pycairo icon indicating copy to clipboard operation
pycairo copied to clipboard

Cairo Module Not Found despite installing dependencies

Open kkin1995 opened this issue 4 years ago • 0 comments

Hi, I installed cairo using the command

brew install cairo

and pycairo and cairo-pkg config using

pip3 install pycairo brew install cairo pkg-config

However, when I try to import cairo from the python interpretor, I get the following error:

Traceback (most recent call last): File "<stdin>", line 1, in <module> ModuleNotFoundError: No module named 'cairo'

Any ideas how to resolve this?

kkin1995 avatar Apr 02 '20 06:04 kkin1995