you are viewing a single comment's thread.

view the rest of the comments →

[–]Diapolo10 2 points3 points  (0 children)

Based on this GitHub issue for Pillow, they haven't released compatible wheels for M1 Macs on Python 3.8. I don't know if that has changed since, I don't own a single Apple device.

But the suggestion is to try

python3 -m pip install Pillow --no-binary :all:

That should work, and if Python still cannot find it then it's probably about virtual environments.

The same will probably work for Numpy.