Could not find a version that satisfies the requirement PIL 1 1 7 6

0 votes

I try the first command "pip install -r osx...."
I have an 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 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 does this mean?

Sep 11, 2020 in Python by Roshni
• 10,520 points
2,156 views

1 answer to this question.

0 votes

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 you're all set

answered Sep 11, 2020 by Gitika
• 65,910 points

Related Questions In Python

0 votes
0 answers

how to fix the ERROR: Could not find a version that satisfies the requirement engine

when I install engine or anyother module ...READ MORE

Jan 3, 2021 in Python by Muhammad Ali
• 120 points
1,694 views
+4 votes
3 answers

Write a for loop that prints all elements of a list and their position in the list. a = [4,7,3,2,5,9]

Try using this question by list comprehension: a=[4,7,3,2,5,9] print([x for ...READ MORE

answered Dec 9, 2019 in Python by vinaykumar
• 200 points
33,852 views
0 votes
1 answer

Can’t import TensorFlow. Could not find a version that satisfies the requirement TensorFlow

Basically, a solution would be to install ...READ MORE

answered Oct 15, 2020 in Python by anonymous
• 65,910 points
4,978 views
0 votes
2 answers
+1 vote
2 answers

how can i count the items in a list?

Syntax :            list. count(value) Code: colors = ['red', 'green', ...READ MORE

answered Jul 7, 2019 in Python by Neha
• 330 points

edited Jul 8, 2019 by Kalgi 4,059 views
0 votes
1 answer
+1 vote
5 answers
0 votes
1 answer
webinar REGISTER FOR FREE WEBINAR X
REGISTER NOW
webinar_success Thank you for registering Join Edureka Meetup community for 100+ Free Webinars each month JOIN MEETUP GROUP