denisenkom / pytds

Python DBAPI driver for MSSQL using pure Python TDS (Tabular Data Stream) protocol implementation
MIT License
190 stars 52 forks source link

Issue with python 3.12 #159

Closed EliaBracciSumo closed 5 months ago

EliaBracciSumo commented 6 months ago

While trying to import pytds library using python 3.12 I got the following issue:

File "/var/lang/lib/python3.12/site-packages/pytds/__init__.py", line 69, in <module>
  import pkg_resources  # type: ignore # fix later
  ^^^^^^^^^^^^^^^^^^^^
ModuleNotFoundError: No module named 'pkg_resources'
denisenkom commented 6 months ago

This issue is already fixed in https://github.com/denisenkom/pytds/pull/157. Awaiting next release.

EliaBracciSumo commented 6 months ago

@denisenkom thank you very much! Is there any plan for the next release?

jackwotherspoon commented 5 months ago

+1 Kindly waiting on next version release 😄

denisenkom commented 5 months ago

New version 1.15.0 was released