Replies: 1 comment 2 replies
-
GM, have you selected correct the python interpreter on vscode? You should select the one you have installed solcx. Additionally you can use a Python virtual env and install your packages there and of course run the project as well. |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
GM fellow devs. Whenever I try to test and deploy my code, I get the following error despite installing solcx with pip multiple times. (I'm on Linux specifically ubuntu)
Traceback (most recent call last): File "deploy.py", line 1, in <module> from solcx import compile_standard, install_solc ImportError: No module named solcx
If anyone has had the same issue and fixed it, I'd be grateful for the answer as it's not limited to just this project haha.
Beta Was this translation helpful? Give feedback.
All reactions