Open Sorontik opened 1 month ago
I have the same issue, but on Windows 11 H2.
EDIT: installed python 3.12.7 and pip install pymssql works just fine.
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.
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
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:To Reproduce
pip install pymssql
on python 3.13.0Expected behavior pymssql is installed correctly
Current Behavior installation fails with the error messages from the screenshots above
Context (Environment)