You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
code raising import error beacouse it doesn't include file _cairo
i download lib using pip install pycairo and it make import error from ._cairo import * # noqa: F401,F403 ^^^^^^^^^^^^^^^^^^^^^ ModuleNotFoundError: No module named 'cairo._cairo'
The text was updated successfully, but these errors were encountered:
ice-rider
changed the title
Import Error [not found module cairo._cairo
Import Error [not found module cairo._cairo]
Jan 8, 2025
from ._cairo import * # noqa: F401,F403
code raising import error beacouse it doesn't include file _cairo
i download lib using
pip install pycairo
and it make import errorfrom ._cairo import * # noqa: F401,F403 ^^^^^^^^^^^^^^^^^^^^^ ModuleNotFoundError: No module named 'cairo._cairo'
The text was updated successfully, but these errors were encountered: