Skip to content

Uniquely identify image and differences with libjpeg and libjpeg-turbo #6358

Answered by radarhere
qlimax86 asked this question in Q&A
Discussion options

You must be logged in to vote

Hi. Pillow only uses libjpeg-turbo if you are installing from the wheel, or if libjpeg-turbo is installed.

To install Pillow with pip, but without using the wheel, you can run

python3 -m pip install --upgrade Pillow --no-binary :all:

You will likely have to install various dependencies, because you are now building from source. See https://pillow.readthedocs.io/en/stable/installation.html#building-from-source for more information.

Replies: 2 comments 1 reply

Comment options

You must be logged in to vote
0 replies
Answer selected by qlimax86
Comment options

You must be logged in to vote
1 reply
@radarhere
Comment options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants