full-blockchain-solidity-course-py
full-blockchain-solidity-course-py copied to clipboard
Lesson 4: solcx installation issue
Hi everybody, After two days of trying to find the solution by myself, reading all related issues already posted here and in StackOverflow I'm asking for your help. In lesson 4, I installed solcx as explained with "pip install py-solc-x", I have the message telling me it sucessfully installed but then when I'm trying to execute deploy.py typing "python deploy.py" in my terminal the following message appears: (the first sentence is in French and means "unable to find files for the specified model(s).")
Information : impossible de trouver des fichiers pour le(s) modèle(s) spécifié(s).
Traceback (most recent call last):
File "C:\Users\mathi\demos\web3_py_simple_storage\deploy.py", line 7, in
I have tried many things but nothing worked, does anyone has a clue what should I do to make it work ?
Hello @MathisGreatCode Try using python version 3.8 intead.