Lesson 4 - is Mac OS 10.13 too old to run solcx? #137
Unanswered
PaulHenstridge
asked this question in
Q&A
Replies: 2 comments 7 replies
-
I think the python version is more related rather de OS you are using, somethings libraries could conflict with others so try to test the same script but into a virtual python environmet
create a new virtualenv with any name you want and install the libraries on that environment, then test again the project. |
Beta Was this translation helpful? Give feedback.
2 replies
-
Could you jump in here and see if that solves it? #5 |
Beta Was this translation helpful? Give feedback.
5 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello, im getting a pretty long console log of errors, including the below:
IS this stuff too new for my trusty old macbook??
Downloaded binary would not execute, or returned unexpected output. If this issue persists, you can try to compile from source code using
solcx.compile_solc('0.6.0').
I tried `compile_solc("0.6.0") instead of install_solc("0.6.0), but the terminal froze with a message about installing solidity dependencies for High Sierra.
Sorry if this is going off topic, but I would really appreciate any help to continue the course.
Thanks
Paul
Beta Was this translation helpful? Give feedback.
All reactions