Lesson 4: Solcx Compile Issue #793
-
Hi, I have successfully downloaded the Solcx as you can see in the terminal, but I don't know why it doesn't read my solcx and cant run my code. |
Beta Was this translation helpful? Give feedback.
Answered by
bzpassersby
Jan 15, 2022
Replies: 1 comment 2 replies
-
I think you need to add a line: install_solc("0.6.0") after your first line, it's also suggested in the terminal. |
Beta Was this translation helpful? Give feedback.
2 replies
Answer selected by
vicshi06
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I think you need to add a line: install_solc("0.6.0") after your first line, it's also suggested in the terminal.
See updated code here:
https://github.com/smartcontractkit/full-blockchain-solidity-course-py/blob/main/chronological-issues-from-video.md