codeslake/PVDNet

PermissionError: [Errno 13] Permission denied:

huchunjun425 opened this issue · 4 comments

File "run.py", line 277, in
config_lib.log_config(config.LOG_DIR.config, config)
File "E:\code\python\PVDNet\configs\config.py", line 136, in log_config
with open(path + '/config.txt', 'w') as f:
PermissionError: [Errno 13] Permission denied: 'E:/code/python/PVDNet\PVDNet_TOG2021\PVDNet_DVD\config/config.txt'

Check the permission of the folder.

image

However, in this directory, the file mentioned in this problem does not exist”config.txt“

It is not the right directory. Check the PVDNet_TOG2021 folder.

ok,thanks.