twooten1105
Results
2
comments of
twooten1105
I am having the same exact issue. I ran "pip install py-solc-x" again and it says everything already installed. I have had this sort of trouble with VS code in...
Oh wait. I got it to work. Copy past this exact code and see if it works: from solcx import compile_standard, install_solc with open("./SimpleStorage.sol", "r") as file: simple_storage_file = file.read()...