VelinGeorgiev / django-photo-gallery

Responsive Django Image Gallery Site Sample optimized for performance and mobile devices
Apache License 2.0
201 stars 66 forks source link

ValueError: --enable-jpeg requested but jpeg not found, aborting. #2

Open Arlington1985 opened 6 years ago

Arlington1985 commented 6 years ago

While installing got following error. Solution is install libjpeg library: ValueError: --enable-jpeg requested but jpeg not found, aborting.

On ubuntu: apt-get install libjpeg-dev

VelinGeorgiev commented 6 years ago

Unfortunately, I am Windows OS user. I get to a Ubuntu machinate I will try to install it to see what would happen.