Stitch
Stitch copied to clipboard
Could not find a version that satisfies the requirement PIL==1.1.7
version: macOS Sierra + xcode 8 + xcode command lines tools + python 2.7.13
I try first command "pip install -r osx...." I have error at 7 : PIP 1.1.7
Collecting PIL==1.1.7 (from -r osx_requirements.txt (line 7))
Could not find a version that satisfies the requirement PIL==1.1.7 (from -r osx_requirements.txt (line 7)) (from versions: )
No matching distribution found for PIL==1.1.7 (from -r osx_requirements.txt (line 7))
I tried to replace PIL=1.1.7 to Pillow=4.0.0 and it seems working
I only have problem when finish I get this error:
Command "/Library/Frameworks/Python.framework/Versions/2.7/Resources/Python.app/Contents/MacOS/Python -u -c "import setuptools, tokenize;__file__='/private/tmp/pip-build-y6xdMM/pyobjc-core/setup.py';f=getattr(tokenize, 'open', open)(__file__);code=f.read().replace('\r\n', '\n');f.close();exec(compile(code, __file__, 'exec'))" install --record /tmp/pip-E5iVNQ-record/install-record.txt --single-version-externally-managed --compile" failed with error code 1 in /private/tmp/pip-build-y6xdMM/pyobjc-core/
What this mean?
any idea here ? how can I fix it thanks
Honestly as long as you have the latest Pillow version you should be good :] open up a python shell and try to import PIL if you can then youre all set
pip install pillow
sudo aptitude install python3-pip git pip-3.2 install --user git+https://github.com/python-imaging/Pillow
Mac os using sudo pip3.6 install Pillow
me too, kali linux
Could not find a version that satisfies the requirement PIL==1.1.7 (from -r lnx_requirements.txt (line 11)) (from versions: )
No matching distribution found for PIL==1.1.7 (from -r lnx_requirements.txt (line 11))
pip2 install pillow
cat lnx_requirements.txt|grep -v PIL|xargs -I % pip2 install %
py2 main.py
so is ok
@hktalent It's giving more errors