full-blockchain-solidity-course-py
full-blockchain-solidity-course-py copied to clipboard
No module named 'solcx'
im at the 3:45:00 point on the solidity guide vid and i have installed solc, and solcx and my vscode is still saying that there is no module named solcx
this is an image of my code thats having a problem
and this is an image of the terminal when i try to execute the code, i have tried uninstalling and reinstalling. i have tried googling different solutions and none worked
Hello @Bradleys04
First of all if you are using python 3.10.1 this version already has been reported to no be working good with web3 (some cython libraries and more)
Second don't forget to install https://pypi.org/project/py-solc-x/ if you already have it, remember vscode allows you to choose between different python interpreters so be sure you are using the correct one.
there might be some issue with solc-x try running this command in cmd and check wether solc-x is listed there
pip freeze
if no try running pip install py-solc-x again
did you tryed to install it with the admin rights
Welcome to support what do you need help or recovery on ?
On Thu, Jun 9, 2022, 8:12 PM Mrhili Mohamed Amine @.***> wrote:
did you tryed to install it with the admin rights
— Reply to this email directly, view it on GitHub https://github.com/smartcontractkit/full-blockchain-solidity-course-py/issues/693#issuecomment-1151509257, or unsubscribe https://github.com/notifications/unsubscribe-auth/AZRAHAQEX4MZTJDPO4U4SFDVOI6YPANCNFSM5LJMZFWQ . You are receiving this because you are subscribed to this thread.Message ID: <smartcontractkit/full-blockchain-solidity-course-py/issues/693/1151509257 @github.com>