You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi I have installed py-solc-x using both git clone and npm and both ways show the error that no command is found and no module is found, even when I cd into py-solc-x I still get the no pytest command found(which on the docs is how you test you have it)
joe@Joes-MacBook-Pro web3_py_simple_storage % solcx
zsh: command not found: solcx
joe@Joes-MacBook-Pro web3_py_simple_storage % python deploy.py
Traceback (most recent call last):
File "deploy.py", line 1, in
import solcx
The text was updated successfully, but these errors were encountered:
Hi I have installed py-solc-x using both git clone and npm and both ways show the error that no command is found and no module is found, even when I cd into py-solc-x I still get the no pytest command found(which on the docs is how you test you have it)
joe@Joes-MacBook-Pro web3_py_simple_storage % solcx
zsh: command not found: solcx
joe@Joes-MacBook-Pro web3_py_simple_storage % python deploy.py
Traceback (most recent call last):
File "deploy.py", line 1, in
import solcx
The text was updated successfully, but these errors were encountered: