So I tried to install brownie(1.17.2) on windows 10 (python 3.9) and keep getting the same errors.
pip failed to build packages:
bitarray
cytoolz
lru-dict
Some possibly relevant errors from pip install:
error: [WinError 2] The system cannot find the file specified
Error installing eth-brownie.
What I have tried reinstalling python downloading the binaries manually download form the git repo directly
when downloading and installing from the git repo it cant install bitarray (1.2.2):
ERROR: Command errored out with exit status 1: 'C:\Users\dante\AppData\Local\Microsoft\WindowsApps\PythonSoftwareFoundation.Python.3.9_qbz5n2kfra8p0\python.exe' -u -c 'import io, os, sys, setuptools, tokenize; sys.argv[0] = '"'"'C:\\Users\\dante\\AppData\\Local\\Temp\\pip-install-wx9cxs0x\\bitarray_c385a97c876d4948a1f2f2438f0745d6\\setup.py'"'"'; __file__='"'"'C:\\Users\\dante\\AppData\\Local\\Temp\\pip-install-wx9cxs0x\\bitarray_c385a97c876d4948a1f2f2438f0745d6\\setup.py'"'"';f = getattr(tokenize, '"'"'open'"'"', open)(__file__) if os.path.exists(__file__) else io.StringIO('"'"'from setuptools import setup; setup()'"'"');code = f.read().replace('"'"'\r\n'"'"', '"'"'\n'"'"');f.close();exec(compile(code, __file__, '"'"'exec'"'"'))' install --record 'C:\Users\dante\AppData\Local\Temp\pip-record-ht3hodgy\install-record.txt' --single-version-externally-managed --user --prefix= --compile --install-headers 'C:\Users\dante\AppData\Local\Packages\PythonSoftwareFoundation.Python.3.9_qbz5n2kfra8p0\LocalCache\local-packages\Python39\Include\bitarray' Check the logs for full command output.
after installing and running pip check it says that a lot of stuf is not installled:
web3 5.25.0 requires aiohttp, which is not installed.
web3 5.25.0 requires pywin32, which is not installed.
vyper 0.3.1 requires asttokens, which is not installed.
eth-brownie 1.17.2 requires aiohttp, which is not installed.
eth-brownie 1.17.2 requires aiosignal, which is not installed.
eth-brownie 1.17.2 requires asttokens, which is not installed.
eth-brownie 1.17.2 requires async-timeout, which is not installed.
eth-brownie 1.17.2 requires asynctest, which is not installed.
eth-account 0.5.6 has requirement bitarray<1.3.0,>=1.2.1, but you have bitarray 2.3.5.
eth-brownie 1.17.2 has requirement bitarray==1.2.2, but you have bitarray 2.3.5.