Closed v18o closed 4 years ago
ping
is this awesome lib abandoned?
You need to install libjpeg-turbo
brew install jpeg-turbo
thanks, it works
still getting this issue with after brew install jpeg-turbo
@jecker7 In my project, we use brew install libjpeg libjpeg-turbo jpeg-turbo
.
Quite possibly the libjpeg is needed for a different library, I'm just copy-pasting: I think the libjpeg-turbo
is the crucial bit.
Note jpeg-turbo
and libjpeg-turbo
are not the same thing! I had to re-read my July 1 comment twice :-)
Please re-open if that doesn't fix it.
In case others are struggling:
After installing above libraries by Homebrew, I had to set paths to them:
LDFLAGS="-L/opt/homebrew/Cellar/jpeg-turbo/2.1.3/lib" CPPFLAGS="-I/opt/homebrew/Cellar/jpeg-turbo/2.1.3/include/" python3 -m pip install jpegtran-cffi
Hi awsome devs! I need your help, <3
Stack trace: