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

PermissionError: [WinError 32] #1

Open
s110m opened this issue Jun 15, 2022 · 1 comment
Open

PermissionError: [WinError 32] #1

s110m opened this issue Jun 15, 2022 · 1 comment

Comments

@s110m
Copy link

s110m commented Jun 15, 2022

My OS is windows 10.
I tried to run the train.py with 'python train.py --desc std-cifar10' but I got an error:
PermissionError: [WinError 32] The process cannot access the file because it is being used by another process: .....
Apparently, the error is related to shutil.rmtree(LOG_DIR). But I can't solve it.

@Han-tj
Copy link

Han-tj commented Mar 19, 2023

My OS is windows 10. I tried to run the train.py with 'python train.py --desc std-cifar10' but I got an error: PermissionError: [WinError 32] The process cannot access the file because it is being used by another process: ..... Apparently, the error is related to shutil.rmtree(LOG_DIR). But I can't solve it.

I also encountered this problem. Have you solved it now?

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

No branches or pull requests

2 participants