full-blockchain-solidity-course-py icon indicating copy to clipboard operation
full-blockchain-solidity-course-py copied to clipboard

Solcx Module not found & pytest command not found

Open JMiddey opened this issue 3 years ago • 2 comments

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

JMiddey avatar Dec 09 '21 12:12 JMiddey

Hello @JMiddey you have to be sure your npm packages are added to your path (env variables) otherwise they won't be recognized.

cromewar avatar Dec 11 '21 15:12 cromewar

did you tryed to install it with the admin rights

mrhili avatar Jun 09 '22 19:06 mrhili