full-blockchain-solidity-course-py icon indicating copy to clipboard operation
full-blockchain-solidity-course-py copied to clipboard

No module named 'solcx'

Open Shup04 opened this issue 3 years ago • 4 comments

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 image this is an image of my code thats having a problem image 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

Shup04 avatar Jan 05 '22 09:01 Shup04

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.

cromewar avatar Jan 05 '22 13:01 cromewar

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

sandyagur avatar Jan 20 '22 12:01 sandyagur

did you tryed to install it with the admin rights

mrhili avatar Jun 09 '22 19:06 mrhili

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>

Softboi2 avatar Jun 09 '22 19:06 Softboi2