Having the same problem since yesterday. I also did the following steps. git pull conda env update source activate fastai
Earlier everything was running fine on local machine.
Looks like a problem with the new version of pillow I created the other day. I didn’t have a problem on my Mac, but for some reason you are. Try pip install pillow-simd and see if that helps. If so, I’d love to work with you to figure out the underlying cause.
I am still facing the same issue. I followed the below steps:
git pull
conda env update
pip install --upgrade pillow
source deactivate fastai
source activate fastai
@alvira it may be best to just remove your ~/anaconda3 directory and reinstall anaconda from scratch - I’ve not seen that error before, so not sure how to fix it otherwise…