Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 6608263
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 25, 20262026-05-25T19:35:29+00:00 2026-05-25T19:35:29+00:00

Currently I’m installing PIL into my virtual env as follows: pip install -E .

  • 0

Currently I’m installing PIL into my virtual env as follows:

pip install -E . -r ./releases/%s/requirements.txt

where requirements.txt contains:

pil

I can upload png images but not jpeg images currently. From reading on the web it seems i may need libjpeg decoder? Am i installing pil incorrectly? What is the proper way to install pil for django in a virtual env with libjpeg?

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-25T19:35:29+00:00Added an answer on May 25, 2026 at 7:35 pm

    You should install the libraries that others recommended but most importantly you should tell PIL where to find them. Edit the setup.py so that

        JPEG_ROOT = None 
    

    becomes

    JPEG_ROOT = libinclude("/usr/lib") 
    

    I found that the easiest way was to download the source with pip but not install:

     pip install --no-install PIL
    

    edit the setup (inside the build directory of the virtual environment) and the install

     pip install PIL
    

    you can find some more information in my blog

    You can also try pillow which seems to do great job with little hassle (pip install pillow)

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

Currently in my webpage i load images to the ListView object as follows... <ContentTemplate>
Currently, my ListViews look like this: How can I achieve that Windows 7 native
I am currently running into a problem where an element is coming back from
Currently I have a link like follows: <a href=/myweb/cgi-bin/my.cgi?name=B. anthracis>B. anthracis</a> But instead of
Currently I have a simple setup where I maintain a list of bools corresponding
Currently, I'm developing an app that functionality heavily relies upon retrieved JSON data. Most
Currently, working with Denali RC0 and unable to add BI Time Intelligence to the
Currently, I'm developing an application for Android OS. I would like to know the
Currently, when my server goes to store a character's information, it'll delete all records
Currently i m working on a project where there are users with four roles

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.