I'm pretty new to pango and pangecairo, but I'd like to install a python binding of pango and pangocairo. I've installed pango, pangocffi, pangocairocffi via pip but it still tells me that no module named when I try to import them in python. Btw, I also install libsdl-pango-dev via apt but it seems not working as well. I have been searching solutions for a few days but no luck. Could anyone help me with that? Really appreciate!
Asked
Active
Viewed 1,943 times
0
-
I'm using anaconda, so is there any way to install them via anaconda or pip? – Li Wang Aug 20 '22 at 09:04
1 Answers
1
First make sure you have internet connection.
Then update your OS:
sudo apt-get update -y
Then install it with:
sudo apt-get install -y libpango-1.0-0
please if it works follow me plz

Zearin
- 1,474
- 2
- 17
- 36

Hacker anania
- 1
- 2
-
Thanks for the reply. But it doesn't work. Still show no module named 'pango'. And I'm using anaconda, is there any way to install them via conda? – Li Wang Aug 20 '22 at 09:02