How to install libjpeg?

Viewed 46357

I tried these commands:

pip install libjpeg8-dev
pip install libjpeg-dev
pip install libjpeg-devel
pip install libjpeg
pip install libjpeg62 libjpeg62-dev

but none of them works. What is the right command with pip?

4 Answers

I used homebrew to install that!

brew install libjpeg

Hope that helps

Related