PMXBOT Log file Viewer

Help | Karma | Search:

#pil logs for Sunday the 24th of May, 2015

(Back to #pil overview) (Back to channel listing) (Animate logs)
[06:47:28] <teolicy> I'm running into trouble getting the JPEG decoder running in a virtualenv under Ubuntu 14.04.
[06:47:52] <teolicy> Oddly enough, if I recreate the venv and `easy_install pillow`, things are happy. If I use `pip install pillow`, no JPEG.
[06:48:30] <teolicy> I have libjpeg8-dev:amd64 installed, and I can see /usr/lib/x86_64-linux-gnu/libjpeg.so exists, but not /usr/lib/libjpeg.so.
[06:49:02] <teolicy> I can probably fix this with a symlink or an environment flag, but I thought part of the point in Pillow is that I will no longer need such hacks...?
[06:49:04] <teolicy> Any advice?
[11:54:24] <teolicy> (parrt from a few hours ago)
[11:54:32] <teolicy> I'm running into trouble getting the JPEG decoder running in a virtualenv under Ubuntu 14.04.
[11:54:37] <teolicy> Oddly enough, if I recreate the venv and `easy_install pillow`, things are happy. If I use `pip install pillow`, no JPEG.
[11:54:42] <teolicy> I have libjpeg8-dev:amd64 installed, and I can see /usr/lib/x86_64-linux-gnu/libjpeg.so exists, but not /usr/lib/libjpeg.so.
[11:54:48] <teolicy> I can probably fix this with a symlink or an environment flag, but I thought part of the point in Pillow is that I will no longer need such hacks...?
[11:54:50] <teolicy> Any advice?