brownie_simple_storage
brownie_simple_storage copied to clipboard
I am trying to install eth-brownie but it keeps failing (windows)
i am trying to follow the tutorial but while following the tutorial i keep getting stuck on installing brownie.
` Fatal error from pip prevented installation. Full pip output in file: C:\Users\dante.local\pipx\logs\cmd_2022-01-09_09.47.26_pip_errors.log
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.`
https://pastebin.com/7AngXbzN (full log)
Could you try any of these suggestions?
https://stackoverflow.com/questions/69679343/pipx-failed-to-build-packages
https://ethereum.stackexchange.com/questions/112042/link1120-error-when-attempting-to-install-brownie-with-pipx-install-eth-brownie
Hey thanks for the response, I fixed it by reinstalling windows. I had a suspicion that the c++ build tools where doing something strange and I couldn't find an other way.
It seems a bit of overkill but it works I guess :)