I’ve been having some trouble with the error ModuleNotFoundError: No module named 'distutils'
. Online I’ve seen more questions about this and the advice was to use pip install setuptools
or brew install python-setuptools
. I’ve tried both, but I keep getting the ModuleNotFound error. When I check, the module is installed: Requirement already satisfied: setpuptools in ./.venv/lib/python3.12/site-packages (71.1.0).
What can I try? I’ve also seen people say go back to python 3.11, but that’s not a solution that will help me in the future.
Currently working on Mac (M1) Sonoma 14.5 and in an active venv.
Thanks for your help in advance!