-
Notifications
You must be signed in to change notification settings - Fork 86
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
Install fails with Python 3.11 #353
Comments
Not sure if related but I am also struggling to install pycairo via PIP required for beeware My log;
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I'm trying to install system wide
PyGObject
. But I'm struggling with some weird error that pops up when installer try to buildpycairo
wheel. I tried to upgrade and reinstallsetuptools
usingsudo python3 -m pip install --upgrade --force-reinstall setuptools
but this did not help. Also tried to setexport SETUPTOOLS_USE_DISTUTILS=stdlib
but also did not work. Error is:Seems like pycairo installer try to call some method/attribute that does not exist somehow.
How to fix this?
I'm using Python 3.11
Full install log below
The text was updated successfully, but these errors were encountered: