-
Notifications
You must be signed in to change notification settings - Fork 1.7k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
pip install web3 error #1240
Comments
I'm not able to reproduce what you're seeing but you might try installing GCC. If you use homebrew, try |
running brew install gcc : running brew link gcc :
Also, xcode is up to date |
I don't know your setup/dependency tree, but I'd probably try forcing the link or if that doesn't work uninstalling and then installing gcc again. |
I installed through
|
@kclowes I've managed to install web3 on my virtual environment. However, opening a python REPL, I get an error when creating a web3 instance.
|
Try |
@KClower I got that error to disappear. However, running the Contract example code in the documentation gives me
I raised this issue with the solidity guys, and they tell me the error is due "combined-json" way for compiling is not supported. ethereum/solidity#5984 |
I think the best solution is to update our docs. I added an issue to do that here. Since it looks like you were able to get through the example on the other thread, please feel free to update the docs if you feel up to it :) Sorry for the confusion! Let me know if this needs to be reopened. |
I have that issue with web3 as well.
|
@ahadda5 I'd try in a new virtual environment. Please open a new issue if you're still having problems after trying in a new env. Thanks! |
STill there. Could it be WSL file system implementation for opensuse15.2?!
Collecting web3 |
Is there any appropriate solution?? |
pip freeze
outputWhat was wrong?
I have setup a clean environment as per the instructions of the official web3 doc. I have already tried the solutions to previous issues on installing web3 but I still get the same error when I run
pip install web3
orpip install -U web3
The text was updated successfully, but these errors were encountered: