Skip to content
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

Closed
SimoneD89 opened this issue Nov 20, 2021 · 12 comments
Closed

Release python 3.10 win wheels for pyodbc #981

SimoneD89 opened this issue Nov 20, 2021 · 12 comments

Comments

@SimoneD89
Copy link

SimoneD89 commented Nov 20, 2021

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)

@bernd-wechner
Copy link

Thanks for the workaround.

@TimoRJensen
Copy link

+1

@grey-bee
Copy link

I found the solution! It's problem with Microsoft products.
Very easy to solve - and I think MS should add this info to all their products.
If you can't install these plugins as well,
need to download it from other repositories like this one:
https://www.lfd.uci.edu/~gohlke/pythonlibs/ depends on the version of python and the system.
for example: for my windows 11(x64) and python 3.10 I took this file: pyodbc‑4.0.32‑cp310‑cp310‑win_amd64.whl
it's very easy to install: pip install pyodbc‑4.0.32‑cp310‑cp310‑win_amd64.whl
after it system works well and didn't ask you about VC.
This solution I found in problem with the MySql plugin for Django. I don't understand why - but they also use VC for the installation process. People also are in shock with the recommendation to install Studio with 16 GB with unusable information!
Microsoft team!!! Please stop doing it!!! Why for all your product we should be finding a solution for installation? It's a quest?

@myamullaciencia
Copy link

if we downgrade python from 3.10 to 3.7 would pyodbc be installed successfully

@MajorWin
Copy link

+1

@eraliabd
Copy link

This error originates from a subprocess, and is likely not a problem with pip

@tf-nvoisin
Copy link

+1

@jrast
Copy link

jrast commented Mar 25, 2022

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).

@dileivas
Copy link

+1

@machinelearning2014
Copy link

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 :(

@mkleehammer
Copy link
Owner

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.)

@lineshopping
Copy link

lineshopping commented Apr 19, 2022

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