Lesson 4 : Error deploy.pi #1064
Replies: 2 comments 3 replies
-
Please check out the chronological-issues-from-video.md for lesson 4 |
Beta Was this translation helpful? Give feedback.
-
Hello @ForeManCrypto Please reinstall python version 3.8 (not as admin) and run the code trough a python virtualenv. Hint: Don't forget to select the correct python interpreter on vscode (bottom left corner). |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi,
I have an error when install_solc("0.6.0")
I would appreciate any help.
Installing...
Traceback (most recent call last):
File "C:\Users\XXX\web3\web3_py_simple_storage\deploy.py", line 8, in
install_solc("0.6.0")
File "C:\Users\XXX\AppData\Roaming\Python\Python310\site-packages\solcx\install.py", line 456, in install_solc
_install_solc_windows(version, filename, show_progress, solcx_binary_path)
File "C:\Users\XXX\AppData\Roaming\Python\Python310\site-packages\solcx\install.py", line 627, in _install_solc_windows
temp_path.rename(install_path)
File "C:\Python310\lib\pathlib.py", line 1232, in rename
self._accessor.rename(self, target)
PermissionError: [WinError 5] Access is denied: 'C:\Users\XXX\AppData\Local\Temp\solcx-tmp-16344' -> 'C:\Users\XXX\.solcx\solc-v0.6.0'
Beta Was this translation helpful? Give feedback.
All reactions