I'm trying to run deploy.py but I keep getting this:
Tracens-MacBook-Pro:web3_py_simple_storage tracenwarnick$ python3 deploy.py
Traceback (most recent call last):
File "/Users/tracenwarnick/demos/web3_py_simple_storage/deploy.py", line 6, in
compiled_sol = compile_standard(
File "/Library/Frameworks/Python.framework/Versions/3.10/lib/python3.10/site-packages/solcx/main.py", line 371, in compile_standard
solc_binary = get_executable(solc_version)
File "/Library/Frameworks/Python.framework/Versions/3.10/lib/python3.10/site-packages/solcx/install.py", line 194, in get_executable
raise SolcNotInstalled(
solcx.exceptions.SolcNotInstalled: solc 0.6.0 has not been installed. Use solcx.install_solc('0.6.0') to install.
I'm trying to run deploy.py but I keep getting this: Tracens-MacBook-Pro:web3_py_simple_storage tracenwarnick$ python3 deploy.py Traceback (most recent call last): File "/Users/tracenwarnick/demos/web3_py_simple_storage/deploy.py", line 6, in
compiled_sol = compile_standard(
File "/Library/Frameworks/Python.framework/Versions/3.10/lib/python3.10/site-packages/solcx/main.py", line 371, in compile_standard
solc_binary = get_executable(solc_version)
File "/Library/Frameworks/Python.framework/Versions/3.10/lib/python3.10/site-packages/solcx/install.py", line 194, in get_executable
raise SolcNotInstalled(
solcx.exceptions.SolcNotInstalled: solc 0.6.0 has not been installed. Use solcx.install_solc('0.6.0') to install.