full-blockchain-solidity-course-py
full-blockchain-solidity-course-py copied to clipboard
Lesson 4: solcx import issue
Hello! Is anyone out there?
I am struggling in Lesson 4 @ 3:41:58. The section where you write the import of solcx into your code:
from solcx import compile_standard, install_solc
Here is there error I see in VSC: (see attached img)
I have hit a wall in the first deploy section of the lesson and feel it must be related to this.
I am on MAC OSX 11.6.4. Visual Studio Code. I am using "python3 deploy.py" to call the python.
Thank you!
Did you install those packages ?
pip install py-solc-x
pip install web3
did you tryed to install it with the admin rights
thank you for the reply. I missed this. Noob question but could you please tell me how to install with admin rights?