Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Cant install on mac os (apple silicone m3) #76

Closed
rabouzia opened this issue Apr 26, 2024 · 2 comments
Closed

Cant install on mac os (apple silicone m3) #76

rabouzia opened this issue Apr 26, 2024 · 2 comments

Comments

@rabouzia
Copy link

Screenshot 2024-04-27 at 00 15 54

@cacharle
Copy link
Collaborator

cacharle commented May 1, 2024

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

@cacharle cacharle closed this as completed May 1, 2024
@cacharle
Copy link
Collaborator

cacharle commented May 1, 2024

You will still encounter issues related to apple silicon down the line, see #75

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants