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: [Errno 13] Permission denied: 'C:\\Users\\L00653~1\\AppData\\Local\\Temp\\tmphpklern8\\tmpkydalnxp.py' #70

Open
Sober-xz opened this issue Oct 20, 2022 · 4 comments

Comments

@Sober-xz
Copy link

Traceback (most recent call last):
File "tools/detect.py", line 86, in
process(args)
File "tools/detect.py", line 68, in process
cfg = Config.fromfile(args.config)
File "d:\lanedet\lanedet\utils\config.py", line 180, in fromfile
cfg_dict, cfg_text = Config._file2dict(filename)
File "d:\lanedet\lanedet\utils\config.py", line 105, in _file2dict
shutil.copyfile(filename,
File "C:\Users\l00653465\Anaconda3\envs\lanedet\lib\shutil.py", line 264, in copyfile
with open(src, 'rb') as fsrc, open(dst, 'wb') as fdst:
PermissionError: [Errno 13] Permission denied: 'C:\Users\L00653~1\AppData\Local\Temp\tmphpklern8\tmpkydalnxp.py'

在进行训练和测试的时候都会报这个错

@xqh5201314
Copy link

你好,你解决这个问题了吗?

@cxuucx
Copy link

cxuucx commented Nov 4, 2023

我也出现这个错误了,搜了下各种回答都是权限问题,设置了也没用啊,不知道是不是windows系统太多bug的问题??

@xqh5201314
Copy link

我也出现这个错误了,搜了下各种回答都是权限问题,设置了也没用啊,不知道是不是windows系统太多bug的问题??

用ubuntu就可以了,windows应该解决不了这个问题

@cxuucx
Copy link

cxuucx commented Nov 5, 2023

我也出现这个错误了,搜了下各种回答都是权限问题,设置了也没用啊,不知道是不是windows系统太多bug的问题??

用ubuntu就可以了,windows应该解决不了这个问题

我试试吧,还从没用过这个

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

3 participants