Stitch icon indicating copy to clipboard operation
Stitch copied to clipboard

Could not find a version that satisfies the requirement PIL==1.1.7

Open elvisbegovic opened this issue 8 years ago • 6 comments
trafficstars

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

elvisbegovic avatar Feb 11 '17 17:02 elvisbegovic

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

nathanlopez avatar Feb 13 '17 10:02 nathanlopez

pip install pillow

s1st3r avatar Mar 02 '17 02:03 s1st3r

sudo aptitude install python3-pip git pip-3.2 install --user git+https://github.com/python-imaging/Pillow

ceberous avatar Mar 17 '17 21:03 ceberous

Mac os using sudo pip3.6 install Pillow

williamgueiros avatar Nov 05 '17 17:11 williamgueiros

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
image

so is ok

hktalent avatar Nov 07 '18 15:11 hktalent

@hktalent It's giving more errors

yashgaikwad002 avatar Jun 07 '20 03:06 yashgaikwad002