Replies: 3 comments
|
You need to use setuptools>=77 |
0 replies
|
I see, thats unfortunate because the default setuptools that comes with python 3.11 (which is supported by this package) is 75.6.0 and most linux version only have 66.1.1, but I guess that explains it. |
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Version 2.2.8 of mysqlclient seems to have a bug in its packaging configuration file (pyproject.toml) that causes it to fail when building on our system
this is the error log we get during the build process
I am unfamiliar with this error, but downgrading to version 2.2.7 fixed the issue. I am wondering what caused this, or if it it something that happened only on our system. Anyone else getting this?
We are using python 3.11 which seems to be fine according to the requirements: Requires: Python >=3.10
added seed packages: pip==23.0.1, setuptools==66.1.1, wheel==0.38.4
All reactions