No problem. Yes, I have followed all the setup instructions from the first tutorial, and I am in a virtual environment. Here are all the errors and messages I am seeing during one install attempt, in the order they are printed (some appear more than once). Any thoughts on how to troubleshoot?
Thank you!
warning: no previously-included files found matching '.editorconfig'
Installing collected packages: Pillow
ValueError: jpeg is required unless explicitly disabled using --disable-jpeg, aborting
warning: manifest_maker: standard file '-c' not found
warning: no previously-included files found matching '.editorconfig'
Traceback (most recent call last):
File "<string>", line 1, in <module>
File "/Users/sarahdawson/projects/pollstutorial/venv/build/Pillow/setup.py", line 767, in <module>
zip_safe=not debug_build(),
File "/System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/distutils/core.py", line 152, in setup
dist.run_commands()
File "/System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/distutils/dist.py", line 953, in run_commands
self.run_command(cmd)
File "/System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/distutils/dist.py", line 972, in run_command
cmd_obj.run()
File "/Users/sarahdawson/projects/pollstutorial/venv/lib/python2.7/site-packages/setuptools/command/install.py", line 54, in run
return _install.run(self)
File "/System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/distutils/command/install.py", line 573, in run
self.run_command('build')
File "/System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/distutils/cmd.py", line 326, in run_command
self.distribution.run_command(command)
File "/System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/distutils/dist.py", line 972, in run_command
cmd_obj.run()
File "/System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/distutils/command/build.py", line 127, in run
self.run_command(cmd_name)
File "/System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/distutils/cmd.py", line 326, in run_command
self.distribution.run_command(command)
File "/System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/distutils/dist.py", line 972, in run_command
cmd_obj.run()
File "/System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/distutils/command/build_ext.py", line 340, in run
self.build_extensions()
File "/Users/sarahdawson/projects/pollstutorial/venv/build/Pillow/setup.py", line 516, in build_extensions
(f, f))
ValueError: jpeg is required unless explicitly disabled using --disable-jpeg, aborting
----------------------------------------
Cleaning up...
Command /Users/sarahdawson/projects/pollstutorial/venv/bin/python -c "import setuptools, tokenize;__file__='/Users/sarahdawson/projects/pollstutorial/venv/build/Pillow/setup.py';exec(compile(getattr(tokenize, 'open', open)(__file__).read().replace('\r\n', '\n'), __file__, 'exec'))" install --record /var/folders/5w/n7mg5z3n0vj0bf55phrhg31m0000gn/T/pip-qOzl5a-record/install-record.txt --single-version-externally-managed --compile --install-headers /Users/sarahdawson/projects/pollstutorial/venv/bin/../include/site/python2.7 failed with error code 1 in /Users/sarahdawson/projects/pollstutorial/venv/build/Pillow
Storing debug log for failure in /Users/sarahdawson/.pip/pip.log