No module named 'solcx' #112
-
``I have followed the correction in the github along with the previous discussion, although I am still getting the same error. Below is my code `from solcx import compile_standard, install_solc install_solc("0.6.0") with open("./SimpleStorage.sol", "r") as file: compiled_sol = compile_standard( |
Beta Was this translation helpful? Give feedback.
Replies: 5 comments 3 replies
-
This happened to me too - but see #5 for an answer. |
Beta Was this translation helpful? Give feedback.
-
For me, I had to create a new Python file in my project, then enter these two lines: |
Beta Was this translation helpful? Give feedback.
-
please post a your code formatted (since python is indentation dependent) using three back-ticks (`), also please post the error |
Beta Was this translation helpful? Give feedback.
-
Did you run |
Beta Was this translation helpful? Give feedback.
-
I resolved this issue by using the command python3 deploy.py instead of python deploy.py . |
Beta Was this translation helpful? Give feedback.
I resolved this issue by using the command python3 deploy.py instead of python deploy.py .