deploy.py
#1736
Replies: 1 comment
-
Hello @arf92 |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
PS C:\blockchain\demos\web3_py_simple_storage> python deploy.py
INFO: Could not find files for the given pattern(s).
Traceback (most recent call last):
File "C:\blockchain\demos\web3_py_simple_storage\deploy.py", line 9, in
compiled_sol = compile_standard(
File "C:\Users\Arif\AppData\Local\Programs\Python\Python310\lib\site-packages\solcx\main.py", line 371, in compile_standard
solc_binary = get_executable(solc_version)
File "C:\Users\Arif\AppData\Local\Programs\Python\Python310\lib\site-packages\solcx\install.py", line 194, inget_executable
raise SolcNotInstalled(
solcx.exceptions.SolcNotInstalled: solc 0.8.8 has not been installed. Use solcx.install_solc('0.8.8') to install.
PS C:\blockchain\demos\web3_py_simple_storage>
why this is not working ?
Beta Was this translation helpful? Give feedback.
All reactions