Forked from soumith/gist:01da3874bf014d8a8c53406c2b95d56b
Last active
May 29, 2019 14:57
-
-
Save ivankreso/cd98a1b9854c4348354a2e8903516589 to your computer and use it in GitHub Desktop.
Install PillowSIMD+libjpeg-turbo on Conda
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
$ conda uninstall --force jpeg libtiff -y | |
$ conda install -c conda-forge libjpeg-turbo | |
$ CC="cc -mavx2" pip install --no-cache-dir -U --force-reinstall pillow-simd |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment