pycairo
pycairo copied to clipboard
Cairo Module Not Found despite installing dependencies
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?