It looks like you need to install libjpeg development headers. IIRC the package name on ubuntu is "libjpeg-dev"
-David On Wed, May 4, 2016 at 5:35 PM Aaron Lager <[email protected]> wrote: > > Here is the output of the last part of the install command "sudo pip > install ReviewBoard": > Any ideas on what to do? > > Thanks, > Aaron > > copying PIL/XVThumbImagePlugin.py -> build/lib.linux-x86_64-2.7/PIL > running egg_info > writing Pillow.egg-info/PKG-INFO > writing top-level names to Pillow.egg-info/top_level.txt > writing dependency_links to Pillow.egg-info/dependency_links.txt > warning: manifest_maker: standard file '-c' not found > > reading manifest file 'Pillow.egg-info/SOURCES.txt' > reading manifest template 'MANIFEST.in' > warning: no files found matching '*.sh' > no previously-included directories found matching 'docs/_static' > warning: no previously-included files found matching '.coveragerc' > warning: no previously-included files found matching '.editorconfig' > warning: no previously-included files found matching '.landscape.yaml' > warning: no previously-included files found matching 'appveyor.yml' > warning: no previously-included files found matching > 'build_children.sh' > warning: no previously-included files found matching 'tox.ini' > warning: no previously-included files matching '.git*' found anywhere > in distribution > warning: no previously-included files matching '*.pyc' found anywhere > in distribution > warning: no previously-included files matching '*.so' found anywhere > in distribution > writing manifest file 'Pillow.egg-info/SOURCES.txt' > copying PIL/OleFileIO-README.md -> build/lib.linux-x86_64-2.7/PIL > running build_ext > Traceback (most recent call last): > File "<string>", line 1, in <module> > File "/tmp/pip-build-x6R8Ia/Pillow/setup.py", line 767, in <module> > zip_safe=not debug_build(), ) > File "/usr/lib/python2.7/distutils/core.py", line 151, in setup > dist.run_commands() > File "/usr/lib/python2.7/distutils/dist.py", line 953, in > run_commands > self.run_command(cmd) > File "/usr/lib/python2.7/distutils/dist.py", line 972, in run_command > cmd_obj.run() > File > "/usr/local/lib/python2.7/dist-packages/setuptools/command/install.py", > line 61, in run > return orig.install.run(self) > File "/usr/lib/python2.7/distutils/command/install.py", line 601, in > run > self.run_command('build') > File "/usr/lib/python2.7/distutils/cmd.py", line 326, in run_command > self.distribution.run_command(command) > File "/usr/lib/python2.7/distutils/dist.py", line 972, in run_command > cmd_obj.run() > File "/usr/lib/python2.7/distutils/command/build.py", line 128, in > run > self.run_command(cmd_name) > File "/usr/lib/python2.7/distutils/cmd.py", line 326, in run_command > self.distribution.run_command(command) > File "/usr/lib/python2.7/distutils/dist.py", line 972, in run_command > cmd_obj.run() > File "/usr/lib/python2.7/distutils/command/build_ext.py", line 337, > in run > self.build_extensions() > File "/tmp/pip-build-x6R8Ia/Pillow/setup.py", line 512, in > build_extensions > ' using --disable-%s, aborting' % (f, f)) > ValueError: jpeg is required unless explicitly disabled using > --disable-jpeg, aborting > > ---------------------------------------- > Command "/usr/bin/python -u -c "import setuptools, > tokenize;__file__='/tmp/pip-build-x6R8Ia/Pillow/setup.py';exec(compile(getattr(tokenize, > 'open', open)(__file__).read().replace('\r\n', '\n'), __file__, 'exec'))" > install --record /tmp/pip-CwWvYW-record/install-record.txt > --single-version-externally-managed --compile" failed with error code 1 in > /tmp/pip-build-x6R8Ia/Pillow/ > /usr/local/lib/python2.7/dist-packages/pip-8.1.1-py2.7.egg/pip/_vendor/requests/packages/urllib3/util/ssl_.py:120: > InsecurePlatformWarning: A true SSLContext object is not available. This > prevents urllib3 from configuring SSL appropriately and may cause certain > SSL connections to fail. For more information, see > https://urllib3.readthedocs.org/en/latest/security.html#insecureplatformwarning > . > InsecurePlatformWarning > > > > > > -- > Supercharge your Review Board with Power Pack: > https://www.reviewboard.org/powerpack/ > Want us to host Review Board for you? Check out RBCommons: > https://rbcommons.com/ > Happy user? Let us know! https://www.reviewboard.org/users/ > --- > You received this message because you are subscribed to the Google Groups > "reviewboard" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to [email protected]. > For more options, visit https://groups.google.com/d/optout. > -- Supercharge your Review Board with Power Pack: https://www.reviewboard.org/powerpack/ Want us to host Review Board for you? Check out RBCommons: https://rbcommons.com/ Happy user? Let us know! https://www.reviewboard.org/users/ --- You received this message because you are subscribed to the Google Groups "reviewboard" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
