pi@raspberrypi ~ $ sudo apt-get update
Hit
http://raspberrypi.collabora.com wheezy Release.gpg
Get:1
http://mirrordirector.raspbian.org wheezy Release.gpg [490 B]
Hit
http://raspberrypi.collabora.com wheezy Release
Get:2
http://mirrordirector.raspbian.org wheezy Release [14.4 kB]
Get:3
http://archive.raspberrypi.org wheezy Release.gpg [473 B]
Get:4
http://archive.raspberrypi.org wheezy Release [17.6 kB]
Hit
http://raspberrypi.collabora.com wheezy/rpi armhf Packages
Get:5
http://mirrordirector.raspbian.org wheezy/main armhf Packages [6,909 kB]
Get:6
http://archive.raspberrypi.org wheezy/main armhf Packages [136 kB]
Ign
http://raspberrypi.collabora.com wheezy/rpi Translation-en_GB
Ign
http://raspberrypi.collabora.com wheezy/rpi Translation-en
Ign
http://archive.raspberrypi.org wheezy/main Translation-en_GB
Ign
http://archive.raspberrypi.org wheezy/main Translation-en
Get:7
http://mirrordirector.raspbian.org wheezy/contrib armhf Packages [23.6 kB]
Get:8
http://mirrordirector.raspbian.org wheezy/non-free armhf Packages [49.3 kB]
Get:9
http://mirrordirector.raspbian.org wheezy/rpi armhf Packages [592 B]
Ign
http://mirrordirector.raspbian.org wheezy/contrib Translation-en_GB
Ign
http://mirrordirector.raspbian.org wheezy/contrib Translation-en
Ign
http://mirrordirector.raspbian.org wheezy/main Translation-en_GB
Ign
http://mirrordirector.raspbian.org wheezy/main Translation-en
Ign
http://mirrordirector.raspbian.org wheezy/non-free Translation-en_GB
Ign
http://mirrordirector.raspbian.org wheezy/non-free Translation-en
Ign
http://mirrordirector.raspbian.org wheezy/rpi Translation-en_GB
Ign
http://mirrordirector.raspbian.org wheezy/rpi Translation-en
Fetched 7,152 kB in 42s (168 kB/s)
Reading package lists... Done
pi@raspberrypi ~ $ sudo apt-get install python3-pip
Reading package lists... Done
Building dependency tree
Reading state information... Done
python3-pip is already the newest version.
0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.
pi@raspberrypi ~ $ sudo pip-3.2 install pillow
Downloading/unpacking pillow
Running setup.py egg_info for package pillow
Single threaded build, not installing mp_compile:1 processes
warning: no previously-included files found matching '.editorconfig'
Installing collected packages: pillow
Running setup.py install for pillow
Single threaded build, not installing mp_compile:1 processes
warning: no previously-included files found matching '.editorconfig'
Traceback (most recent call last):
File "<string>", line 1, in <module>
File "/home/pi/build/pillow/setup.py", line 767, in <module>
zip_safe=not debug_build(),
File "/usr/lib/python3.2/distutils/core.py", line 148, in setup
dist.run_commands()
File "/usr/lib/python3.2/distutils/dist.py", line 917, in run_commands
self.run_command(cmd)
File "/usr/lib/python3.2/distutils/dist.py", line 936, in run_command
cmd_obj.run()
File "/usr/lib/python3/dist-packages/setuptools/command/install.py", line 53, in run
return _install.run(self)
File "/usr/lib/python3.2/distutils/command/install.py", line 607, in run
self.run_command('build')
File "/usr/lib/python3.2/distutils/cmd.py", line 313, in run_command
self.distribution.run_command(command)
File "/usr/lib/python3.2/distutils/dist.py", line 936, in run_command
cmd_obj.run()
File "/usr/lib/python3.2/distutils/command/build.py", line 126, in run
self.run_command(cmd_name)
File "/usr/lib/python3.2/distutils/cmd.py", line 313, in run_command
self.distribution.run_command(command)
File "/usr/lib/python3.2/distutils/dist.py", line 936, in run_command
cmd_obj.run()
File "/usr/lib/python3.2/distutils/command/build_ext.py", line 344, in run
self.build_extensions()
File "/home/pi/build/pillow/setup.py", line 516, in build_extensions
(f, f))
ValueError: jpeg is required unless explicitly disabled using --disable-jpeg, aborting
Complete output from command /usr/bin/python3.2 -c "import setuptools;__file__='/home/pi/build/pillow/setup.py';exec(compile(open(__file__).read().replace('\r\n', '\n'), __file__, 'exec'))" install --single-version-externally-managed --record /tmp/pip-_kll9x-record/install-record.txt:
Single threaded build, not installing mp_compile:1 processes
running install
running build
running build_py
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 previously-included files found matching '.editorconfig'
writing manifest file 'Pillow.egg-info/SOURCES.txt'
running build_ext
Traceback (most recent call last):
File "<string>", line 1, in <module>
File "/home/pi/build/pillow/setup.py", line 767, in <module>
zip_safe=not debug_build(),
File "/usr/lib/python3.2/distutils/core.py", line 148, in setup
dist.run_commands()
File "/usr/lib/python3.2/distutils/dist.py", line 917, in run_commands
self.run_command(cmd)
File "/usr/lib/python3.2/distutils/dist.py", line 936, in run_command
cmd_obj.run()
File "/usr/lib/python3/dist-packages/setuptools/command/install.py", line 53, in run
return _install.run(self)
File "/usr/lib/python3.2/distutils/command/install.py", line 607, in run
self.run_command('build')
File "/usr/lib/python3.2/distutils/cmd.py", line 313, in run_command
self.distribution.run_command(command)
File "/usr/lib/python3.2/distutils/dist.py", line 936, in run_command
cmd_obj.run()
File "/usr/lib/python3.2/distutils/command/build.py", line 126, in run
self.run_command(cmd_name)
File "/usr/lib/python3.2/distutils/cmd.py", line 313, in run_command
self.distribution.run_command(command)
File "/usr/lib/python3.2/distutils/dist.py", line 936, in run_command
cmd_obj.run()
File "/usr/lib/python3.2/distutils/command/build_ext.py", line 344, in run
self.build_extensions()
File "/home/pi/build/pillow/setup.py", line 516, in build_extensions
(f, f))
ValueError: jpeg is required unless explicitly disabled using --disable-jpeg, aborting
----------------------------------------
Command /usr/bin/python3.2 -c "import setuptools;__file__='/home/pi/build/pillow/setup.py';exec(compile(open(__file__).read().replace('\r\n', '\n'), __file__, 'exec'))" install --single-version-externally-managed --record /tmp/pip-_kll9x-record/install-record.txt failed with error code 1 in /home/pi/build/pillow
Storing complete log in /root/.pip/pip.log
pi@raspberrypi ~ $