OpenInformix / IfxPy

Informix native Python driver for scalable enterprise and IoT solutions.
Other
46 stars 22 forks source link

Ifxpy with Python 3.12.0 #77

Open emadrid2 opened 1 year ago

emadrid2 commented 1 year ago

I've notice questions about Python 3.11.x and 2to3 errors I managed to work around these by downgrade the setuptools to 57.5.0 and sometimes downgrade wheel to 0.37.1 However, these work arounds are not working for 3.12.0 If you downgrade the setuptools to 57.5.0, pip does not recognize the setuptools as being installed... Please, upgrade Ifxpy to a version that does not need 2to3, thank you. We appreciate all the work you have put into the previous versions, and hope to see your great work in the future!

Thanks, Eric