Skip to content

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

Closed
alphanoob1337 opened this issue Nov 26, 2020 · 7 comments
Closed

No windows binaries available for Python 3.9 #452

alphanoob1337 opened this issue Nov 26, 2020 · 7 comments

Comments

@alphanoob1337
Copy link

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?

@supervirus
Copy link
Contributor

Hi, I forked this repo as I needed Python 3.9 binaries, as well...
There is already a small pull request, but in the meantime you can find prebuild wheels in the releases section of my fork.

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.

@methane
Copy link
Member

methane commented Dec 4, 2020

I can not fix "_mysql.obj : error LNK2001: unresolved external symbol __imp_strncat" error.
https://github.com/PyMySQL/mysqlclient-python/runs/1497385830?check_suite_focus=true

So I can not release new wheel.

@supervirus
Copy link
Contributor

@methane
Copy link
Member

methane commented Dec 5, 2020

MariaDB Connector/C was not built in your link.

@supervirus
Copy link
Contributor

MariaDB Connector/C was not built in your link.

You are right - it was the cached build done earlier...
Bbut it seems the GitHub cache action never worked as intended:
It used 'mariadb-connector-${CONNECTOR_VERSION}-win' as literal cache key and not 'mariadb-connector-3.1.11-win' as intended. Therefore it was never build with 3.1.11 but with 3.1.9 which I used before.

Please expect a new pull request fixing both issues shortly.

@supervirus
Copy link
Contributor

Created pull request #455 to fix this issue.

@methane
Copy link
Member

methane commented Dec 10, 2020

I released 2.0.2 with Python 3.9 on Windows wheels.

@methane methane closed this as completed Dec 10, 2020
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

3 participants