You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am facing the current issue when running the script on Windows. It seems that the file under vertigo-rs\eth_vertigo\interfaces\common\tester.py has a shutil.rmtree(temp_dir) (line 64 in the rm_temp_directory(temp_dir: str) function which requires the dir not to be read_only.
PermissionError: [WinError 5] Access is denied: 'C:\Users\user\AppData\Local\Temp\tmpxs2tj02j\.git\modules\lib\forge-std\modules\lib\ds-test\objects\pack\pack-e3b5d150dcd8719e53878fa90478dd94f4d870d7.idx'
Many thanks
The text was updated successfully, but these errors were encountered:
Hello,
I am facing the current issue when running the script on Windows. It seems that the file under
vertigo-rs\eth_vertigo\interfaces\common\tester.py
has ashutil.rmtree(temp_dir)
(line 64 in therm_temp_directory(temp_dir: str)
function which requires the dir not to be read_only.PermissionError: [WinError 5] Access is denied: 'C:\Users\user\AppData\Local\Temp\tmpxs2tj02j\.git\modules\lib\forge-std\modules\lib\ds-test\objects\pack\pack-e3b5d150dcd8719e53878fa90478dd94f4d870d7.idx'
Many thanks
The text was updated successfully, but these errors were encountered: