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 to install manim, manimpango #108

Open
mahdoosh1 opened this issue Dec 12, 2023 · 8 comments
Open

Unable to install manim, manimpango #108

mahdoosh1 opened this issue Dec 12, 2023 · 8 comments

Comments

@mahdoosh1
Copy link

Console gives me error that "pangocairo >= 1.30.0 is required."

i tried installing pango with "pkg install libpango1.0-dev" in termux and it said "Unable to find a repository with name libpango1.0-dev"

@mahdoosh1
Copy link
Author

I tried it in Pydroid 3 and didnt work either

@mahdoosh1
Copy link
Author

How can i download and install libpango1.0-dev from local file?

@mahdoosh1
Copy link
Author

There was libpangomm-1.4 and libpangomm-2.48
I tried installing them but still pangocairo missing.

@mahdoosh1
Copy link
Author

tried installing pycairo,
still not fixed

@naveen521kk
Copy link
Member

I'm not sure about termux, but Pango along with its development headers is a required dependency. Maybe you can try and compile Pango from source?

@mahdoosh1
Copy link
Author

I'm not sure about termux, but Pango along with its development headers is a required dependency. Maybe you can try and compile Pango from source?

I may can do it, but how?

@mahdoosh1
Copy link
Author

mahdoosh1 commented Dec 15, 2023

How can i download and install libpango1.0-dev from local file?

This would be helpful

@naveen521kk
Copy link
Member

I'm not sure about termux, but Pango along with its development headers is a required dependency. Maybe you can try and compile Pango from source?

I may can do it, but how?

Download the source code from https://download.gnome.org/sources/pango/1.51/pango-1.51.0.tar.xz and then extract it. You would need meson and ninja to compile and see https://mesonbuild.com/Quick-guide.html#compiling-a-meson-project on how to.

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