-
I tried to install brownie as specified in the tutorial and installing brownie page but I'm getting the error as shown below.I feel like after trying all possibilities I've reached dead end from my side . Please help cause I need to move forward with the tutorialThis is the error I'm getting when trying to install on MAC
Some possibly relevant errors from pip install this was after running xcode-select --install before running pipx install eth-brownie:
The /Users/rafeliafernandes/.local/pipx/logs/cmd_2023-03-30_08.38.31_pip_errors.log shows
I also tried to install all the packages that pip failed to build (like bitarray ,cytoolz ,lru-dict ,multidict ,psutil ,regex ,yarl)individually but got same errorsI even tried to install brownie using pip and pip3 but got same errors |
Beta Was this translation helpful? Give feedback.
Answered by
ghost
Apr 3, 2023
Replies: 1 comment 1 reply
-
The solution for this is to downgrade from python 3.11 to python 3.10 and redo the installation steps as shown on freeCodeCamp.org's Solidity, Blockchain, and Smart Contract Course – Beginner to Expert Python Tutorial |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
cromewar
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
The solution for this is to downgrade from python 3.11 to python 3.10 and redo the installation steps as shown on freeCodeCamp.org's Solidity, Blockchain, and Smart Contract Course – Beginner to Expert Python Tutorial