File "test.py", line 72, in
logger, cfg = init()
File "test.py", line 53, in init
cfg = gorilla.Config.fromfile(args.config)
File "H:\IST-Net\venv\lib\site-packages\gorilla\config\config.py", line 221, in fromfile
use_predefined_variables)
File "H:\IST-Net\venv\lib\site-packages\gorilla\config\config.py", line 135, in _file2dict
temp_config_file.name)
File "H:\IST-Net\venv\lib\site-packages\gorilla\config\config.py", line 116, in _substitute_predefined_vars
with open(temp_config_name, "w") as tmp_config_file:
PermissionError: [Errno 13] Permission denied: 'C:\Users\m\AppData\Local\Temp\tmp6sppxs54\tmp8de2yuuv.yaml'
script will delete tmp file . why did this happen?
File "test.py", line 72, in
logger, cfg = init()
File "test.py", line 53, in init
cfg = gorilla.Config.fromfile(args.config)
File "H:\IST-Net\venv\lib\site-packages\gorilla\config\config.py", line 221, in fromfile
use_predefined_variables)
File "H:\IST-Net\venv\lib\site-packages\gorilla\config\config.py", line 135, in _file2dict
temp_config_file.name)
File "H:\IST-Net\venv\lib\site-packages\gorilla\config\config.py", line 116, in _substitute_predefined_vars
with open(temp_config_name, "w") as tmp_config_file:
PermissionError: [Errno 13] Permission denied: 'C:\Users\m\AppData\Local\Temp\tmp6sppxs54\tmp8de2yuuv.yaml'
script will delete tmp file . why did this happen?