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

Import Error [not found module cairo._cairo] #391

Open
ice-rider opened this issue Jan 8, 2025 · 1 comment
Open

Import Error [not found module cairo._cairo] #391

ice-rider opened this issue Jan 8, 2025 · 1 comment

Comments

@ice-rider
Copy link

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 error
from ._cairo import * # noqa: F401,F403 ^^^^^^^^^^^^^^^^^^^^^ ModuleNotFoundError: No module named 'cairo._cairo'

image

@ice-rider ice-rider changed the title Import Error [not found module cairo._cairo Import Error [not found module cairo._cairo] Jan 8, 2025
@ice-rider
Copy link
Author

version of python: Python 3.13.0 experimental free-threading build

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

1 participant