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 |