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

extractbgs.py error help!! #96

Open
zn254937d opened this issue May 22, 2018 · 1 comment
Open

extractbgs.py error help!! #96

zn254937d opened this issue May 22, 2018 · 1 comment

Comments

@zn254937d
Copy link

zn254937d commented May 22, 2018

Traceback (most recent call last):
File "C:\deep-anpr-master\extractbgs.py", line 97, in
extract_backgrounds(sys.argv[1])
File "C:\deep-anpr-master\extractbgs.py", line 62, in extract_backgrounds
t = tarfile.open(name=archive_name)
File "C:\Python27\lib\tarfile.py", line 1675, in open
return func(name, "r", fileobj, **kwargs)
File "C:\Python27\lib\tarfile.py", line 1740, in gzopen
fileobj = gzip.GzipFile(name, mode, compresslevel, fileobj)
File "C:\Python27\lib\gzip.py", line 94, in init
fileobj = self.myfileobj = builtin.open(filename, mode or 'rb')
IOError: [Errno 2] No such file or directory: 'SUN397.tar.gz'

what should I do?
我該怎麼辦

@ZhimingHsu
Copy link

Do you have SUN397.tar.gz at extractbgs.py folder?

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