This repository has been archived by the owner on Jun 18, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 25
error - BadZipfile: File is not a zip file #4
Comments
Its not downloading the wheel file. The server is kind of blocking access to pipwin. Will look into it. |
same issue here |
Same with me, I just installed
|
This is an annoying bug. ( Same issue #14 ) |
Has anyone found workaround for this? |
lepisma
added a commit
that referenced
this issue
Mar 22, 2016
Ive got the same issue attempting to install pycuda |
|
Solved |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Just installed pipwin - great idea.
however.
I tried to run pipwin install boost-python
and got the following exception (see below)
worked fine if i manually download the file and install it with pip.
cheers
Exception:
Traceback (most recent call last):
File "c:\anaconda\lib\site-packages\pip\basecommand.py", line 211, in main
status = self.run(options, args)
File "c:\anaconda\lib\site-packages\pip\commands\install.py", line 305, in run
File "c:\anaconda\lib\site-packages\pip\wheel.py", line 705, in build
self.requirement_set.prepare_files(self.finder)
File "c:\anaconda\lib\site-packages\pip\req\req_set.py", line 334, in prepare_
files
functools.partial(self._prepare_file, finder))
File "c:\anaconda\lib\site-packages\pip\req\req_set.py", line 321, in walk_re
q_to_install
more_reqs = handler(req_to_install)
File "c:\anaconda\lib\site-packages\pip\req\req_set.py", line 491, in prepare
file
session=self.session)
File "c:\anaconda\lib\site-packages\pip\download.py", line 814, in unpack_url
unpack_file_url(link, location, download_dir)
File "c:\anaconda\lib\site-packages\pip\download.py", line 723, in unpack_file
url
unpack_file(from_path, location, content_type, link)
File "c:\anaconda\lib\site-packages\pip\utils__init.py", line 645, in unpac
k_file
flatten=not filename.endswith('.whl')
File "c:\anaconda\lib\site-packages\pip\utils__init.py", line 531, in unzip
_file
zip = zipfile.ZipFile(zipfp, allowZip64=True)
File "c:\anaconda\lib\zipfile.py", line 770, in init
self._RealGetContents()
File "c:\anaconda\lib\zipfile.py", line 811, in _RealGetContents
raise BadZipfile, "File is not a zip file"
BadZipfile: File is not a zip file
The text was updated successfully, but these errors were encountered: