

I installed Pillow using homebrew (brew install Pillow) and it seems the installation occurred correctly. Pip 22.0.3 from /opt/homebrew/lib/python3.9/site-packages/pip (python 3.9)
#Pip3 install pillow mac#
(Mar-02-2022, 02:28 PM)snippsat Wrote: Look at The right and wrong way to set Python 3 as default on a Mac (Mar-02-2022, 02:02 PM)rudeoil18 Wrote: I installed Python 3.10.2 and installed Pillow using Homebrew.but I feel like I didn't do it correctly and have had a tough time uninstalling/reinstalling and think I've kind of messed it up.You most test the python and pip work correctly from command line. So py will always use the lasted version found,even if OS path is messed up. Installed Pythons found by py Launcher for Windows Type "help", "copyright", "credits" or "license" for more information.

Requirement already satisfied: pillow in c:\python310\lib\site-packages (9.0.1) Then will pip install something install to this version and if just type python(start interactive interpreter) can test that install did work So the which python and pip -version most point to same version. Here a quick run on Windows the command is same on Mac. Look at The right and wrong way to set Python 3 as default on a Mac (Mar-02-2022, 02:02 PM)rudeoil18 Wrote: I installed Python 3.10.2 and installed Pillow using Homebrew.but I feel like I didn't do it correctly and have had a tough time uninstalling/reinstalling and think I've kind of messed it up.You most test the python and pip work correctly from command line.Īlso there can be be a difference with with python, python3 and pip, pip3.
