Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Unable to run script on Windows, PermissionError: [WinError 5] Access is denied. #8

Open
0xfoudy opened this issue Mar 29, 2023 · 0 comments · May be fixed by #7
Open

Unable to run script on Windows, PermissionError: [WinError 5] Access is denied. #8

0xfoudy opened this issue Mar 29, 2023 · 0 comments · May be fixed by #7

Comments

@0xfoudy
Copy link

0xfoudy commented Mar 29, 2023

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 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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant