Bug #120369 Python wheel files missing for mysql-connector-python 9.7.0
Submitted: 28 Apr 15:28 Modified: 12 May 23:44
Reporter: Jarek Potiuk Email Updates:
Status: Duplicate Impact on me:
None 
Category:Connector / Python Severity:S3 (Non-critical)
Version:9.7.0 OS:Any
Assigned to: CPU Architecture:Any

[28 Apr 15:28] Jarek Potiuk
Description:
Practically the same issue as for 9.6.0

Python wheels are missing for Python >= 3.12 - rendering the connector non-installable for most systems that do not have appropriate build toolchain and development version of MySQL wiht dev libraries configured in the way that sdist-> wheel compilation can use.

More details:

https://bugs.mysql.com/bug.php?id=119736

Lots of wheels missing at https://pypi.org/project/mysql-connector-python/9.7.0/#files

How to repeat:
* Install Python 3.12 (3.13, 3.14)
* pip install mysql-connector-python==9.6.0

Suggested fix:
Publish missing wheels.
[28 Apr 15:29] Jarek Potiuk
Should be:

pip install mysql-connector-python==9.7.0

I just copied it from the previous report.
[29 Apr 7:46] Daniƫl van Eeden
I think this is a duplicate of Bug #120343