Closed rabouzia closed 6 months ago
This is a new error message from pip, it disallows you from install packages system wide, you have to install them in a virtual environment.
I recommend using pipx for this.
Also the error message literally contains the solutions:
python3 -m venv path/to/venv
source path/to/venv/activate
python3 -m pip install xyz
OR
brew install pipx
Please read the error messages before posting issues
You will still encounter issues related to apple silicon down the line, see #75