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

install error #129

Open
step21 opened this issue Oct 22, 2021 · 0 comments
Open

install error #129

step21 opened this issue Oct 22, 2021 · 0 comments

Comments

@step21
Copy link
Contributor

step21 commented Oct 22, 2021

Environment information

  • py-solc-x Version: 1.1.1
  • solc Version: ?
  • Python Version: 3.7.7
  • OS: linux

What was wrong?

When running python3.7 -m solcx.install v0.8.9 (or similar) it complains about not solc present (which is why I ran this) and that it was loaded before being run.

RuntimeWarning: 'solcx.install' found in sys.modules after import of package 'solcx', but prior to execution of 'solcx.install'; this may result in unpredictable behaviour

Maybe this was because I already tried to run it before? Also after checking the output directory, it did install solc, but this was not visible from the output.

Full output (PATH somewhat redacted):

❯ python3.7 -m solcx.install v0.5.0
which: no solc in (/home/user/.local/bin:/home/user/bin:<system paths>)
/usr/lib64/python3.7/runpy.py:125: RuntimeWarning: 'solcx.install' found in sys.modules after import of package 'solcx', but prior to execution of 'solcx.install'; this may result in unpredictable behaviour
  warn(RuntimeWarning(msg))
which: no solc in (/home/user/.local/bin:/home/user/bin:<system paths>)
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

1 participant