python-cant install scipy from wheel -
i trying install scipy using pip wheel file: scipy-0.18.1-cp27-cp27m-win32.whl have install numpy+mkl of same python version , win32 version. numpy installed successfully, when tried installing scipy, showing these error messages :
c:\users\saurav agarwal\downloads>pip install scipy-0.18.1-cp27-cp27m-win32.whl processing c:\users\saurav agarwal\downloads\scipy-0.18.1-cp27-cp27m-win32.whl exception: traceback (most recent call last): file "c:\python27\lib\site-packages\pip\basecommand.py", line 215, in main status = self.run(options, args) file "c:\python27\lib\site-packages\pip\commands\install.py", line 335, in run wb.build(autobuilding=true) file "c:\python27\lib\site-packages\pip\wheel.py", line 749, in build self.requirement_set.prepare_files(self.finder) file "c:\python27\lib\site-packages\pip\req\req_set.py", line 380, in prepare_files ignore_dependencies=self.ignore_dependencies)) file "c:\python27\lib\site-packages\pip\req\req_set.py", line 620, in _prepare_file session=self.session, hashes=hashes) file "c:\python27\lib\site-packages\pip\download.py", line 809, in unpack_url unpack_file_url(link, location, download_dir, hashes=hashes) file "c:\python27\lib\site-packages\pip\download.py", line 715, in unpack_file_url unpack_file(from_path, location, content_type, link) file "c:\python27\lib\site-packages\pip\utils\__init__.py", line 599, in unpack_file flatten=not filename.endswith('.whl') file "c:\python27\lib\site-packages\pip\utils\__init__.py", line 484, in unzip_file zip = zipfile.zipfile(zipfp, allowzip64=true) file "c:\python27\lib\zipfile.py", line 770, in __init__ self._realgetcontents() file "c:\python27\lib\zipfile.py", line 811, in _realgetcontents raise badzipfile, "file not zip file" badzipfile: file not zip file
please me out regarding this.
Comments
Post a Comment