-
Hello, I'm taking your course on smart contracts but I got stuck in lesson 4 where you print(compile_sol), anytime I deploy I get an error saying"solcx.exceptions.SolcNotInstalled: solc 0.6.0 has not been installed. Use solcx.install_solc('0.6.0') to install" how can I fix this? I use a mac.
I have used all the information I saw online but still having the same issue, I have installed PIP and also install pip install py-solc-x please help how can I fix this |
Beta Was this translation helpful? Give feedback.
Answered by
cromewar
Mar 29, 2023
Replies: 2 comments 1 reply
-
Hello @chioke07 |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
cromewar
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hello @chioke07
The reason is because you have to install the solc version first.
Please refer to: https://github.com/smartcontractkit/full-blockchain-solidity-course-py/blob/main/chronological-issues-from-video.md#lesson-4 Does this help? let us know.