Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Solcx Module not found & pytest command not found #526

Open
JMiddey opened this issue Dec 9, 2021 · 2 comments
Open

Solcx Module not found & pytest command not found #526

JMiddey opened this issue Dec 9, 2021 · 2 comments

Comments

@JMiddey
Copy link

JMiddey commented Dec 9, 2021

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

@cromewar
Copy link
Contributor

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

@mrhili
Copy link

mrhili commented Jun 9, 2022

did you tryed to install it with the admin rights

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants