-
Notifications
You must be signed in to change notification settings - Fork 440
No windows binaries available for Python 3.9 #452
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
Comments
Hi, I forked this repo as I needed Python 3.9 binaries, as well... If you do not want to trust those binaries, you can fork my repository and run the GitHub Action "Build windows wheels" to build them yourself. |
I can not fix "_mysql.obj : error LNK2001: unresolved external symbol __imp_strncat" error. So I can not release new wheel. |
That is strange, as I had no issues: |
MariaDB Connector/C was not built in your link. |
You are right - it was the cached build done earlier... Please expect a new pull request fixing both issues shortly. |
Created pull request #455 to fix this issue. |
I released 2.0.2 with Python 3.9 on Windows wheels. |
I realize that you don't offer support for Windows according to your documentation.
However, someone obviously provided Windows binary wheels for mysqlclient 2.0.1 for many Python versions. Can you please ask that person to also supply binaries for Python 3.9?
The text was updated successfully, but these errors were encountered: