-
Notifications
You must be signed in to change notification settings - Fork 564
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
Release python 3.10 win wheels for pyodbc #981
Comments
Thanks for the workaround. |
+1 |
I found the solution! It's problem with Microsoft products. |
if we downgrade python from 3.10 to 3.7 would pyodbc be installed successfully |
+1 |
This error originates from a subprocess, and is likely not a problem with pip |
+1 |
Stumbled across this today while trying to install pyodbc with python 3.10. However, I think this bug can be closed as support for python 3.10 was added in #952 (Yet to be released). |
+1 |
workaround (https://www.lfd.uci.edu/~gohlke/pythonlibs/#pyodbc) won't work for everyone, especially those with a corporate firewall. I cannot actually download this file as it is blocked with corporate firewall :( |
Uploaded. It is now added to my Windows build laptop so it will be there from now on. However, the next thing I'd like to do is make a stable ABI build so future versions simpy work. (That doesn't mean I don't want to make new builds; I just want to move work to version 5 and have 4.x continue to work for people while 5 is being stabilized.) |
This will help you if you are using M1 https://whodeenie.medium.com/installing-pyodbc-and-unixodbc-for-apple-silicon-8e238ed7f216 |
Is it possible to add python 3.10 win wheels for pyodbc 4.0.32?
I know that there are unofficial wheels as a workaround (https://www.lfd.uci.edu/~gohlke/pythonlibs/#pyodbc)
The text was updated successfully, but these errors were encountered: