Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save ivankreso/cd98a1b9854c4348354a2e8903516589 to your computer and use it in GitHub Desktop.
Save ivankreso/cd98a1b9854c4348354a2e8903516589 to your computer and use it in GitHub Desktop.
Install PillowSIMD+libjpeg-turbo on Conda
$ 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