pymssql / pymssql

Official home for the pymssql source code.
https://pymssql.readthedocs.io/en/latest/
GNU Lesser General Public License v2.1
841 stars 311 forks source link

can't install on python 3.13 #914

Open Sorontik opened 1 month ago

Sorontik commented 1 month ago

Describe the bug when trying to pip install pymssql from pip 24.4 within python 3.13.0, the installation fails with an error message:

grafik

grafik

To Reproduce pip install pymssql on python 3.13.0

Expected behavior pymssql is installed correctly

Current Behavior installation fails with the error messages from the screenshots above

Context (Environment)

da-alb commented 3 weeks ago

I have the same issue, but on Windows 11 H2.

EDIT: installed python 3.12.7 and pip install pymssql works just fine.

pkuppens commented 2 weeks ago

I had this issue as well, and used the same workaround, going back to 3.12.7, problem solved. I could even run py -3.12 -m pip install pymssql inside a 3.13 virtual env successfully, though I'm not sure how reliable this will be.

drewcascio commented 1 week ago

Had the same issue and likewise had to roll back to 3.12.7. Windows 11 Enterprise 22H2, build 22621.4317 13th Gen Intel(R) Core(TM) i7-1365U pip 24.3.1