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?