full-blockchain-solidity-course-py
full-blockchain-solidity-course-py copied to clipboard
Solcx Module not found & pytest command not found
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
Hello @JMiddey you have to be sure your npm packages are added to your path (env variables) otherwise they won't be recognized.
did you tryed to install it with the admin rights