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

unable install on Mac M1 #2013

Open
kaiwalyaharkare opened this issue Apr 18, 2023 · 4 comments
Open

unable install on Mac M1 #2013

kaiwalyaharkare opened this issue Apr 18, 2023 · 4 comments

Comments

@kaiwalyaharkare
Copy link

I am reopening this because the solution given by others did not resolve my situtation
note: This error originates from a subprocess, and is likely not a problem with pip.
ERROR: Failed building wheel for manimpango
Failed to build manimpango
ERROR: Could not build wheels for manimpango, which is required to install pyproject.toml-based projects

@kukumber
Copy link

I had a setup failure with the same error message. In the text, it also said fatal error: 'cairo.h' file not found.

What helped me was installing cairo.h in the following way:

arch -arm64 brew install pkg-config cairo

@eivaremir
Copy link

eivaremir commented Jul 16, 2023

same issue here, the arm64 command worked pretty fine

@xxanswer
Copy link

nice,this command worked

I had a setup failure with the same error message. In the text, it also said fatal error: 'cairo.h' file not found.

What helped me was installing cairo.h in the following way:

arch -arm64 brew install pkg-config cairo

@Tomaubier
Copy link

Recently struggled with the installation process where pkg-config refused to find cairo. The command mentioned above did not worked for me but I managed to solve the issue by appending PKG_CONFIG_PATH.

Please find the fix here.

Hope that helps!

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

5 participants