C:\Users\XS>cd E:\Study_project_all\Python_study\pyQt4_GUI\rj
C:\Users\XS>pip install Pillow-2.7.0-cp27-none-win_amd64.whl
=============================报错=========================================
Requirement 'Pillow-2.7.0-cp27-none-win_amd64.whl' looks like a filename, but th
e file does not exist
Pillow-2.7.0-cp27-none-win_amd64.whl is not a supported wheel on this platform.
C:\Users\XS>pip install Pillow-4.3.0-cp27-cp27m-win32.whl
===========================报错==========================================
Requirement 'Pillow-4.3.0-cp27-cp27m-win32.whl' looks like a filename, but the f
ile does not exist
Processing c:\users\xs\pillow-4.3.0-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 unpac
k_file
flatten=not filename.endswith('.whl')
File "c:\python27\lib\site-packages\pip\utils\__init__.py", line 482, in unzip
_file
zipfp = open(filename, 'rb')
IOError: [Errno 2] No such file or directory: 'C:\\Users\\XS\\Pillow-4.3.0-cp27-
cp27m-win32.whl'