connector-x icon indicating copy to clipboard operation
connector-x copied to clipboard

Python 3.13 support

Open hagsted opened this issue 1 year ago • 1 comments
trafficstars

Hi Connector-x team

I am a happy user of Connector-x, but like to more forward to new python version soon after they are released. Is it possible that you could update connector-x to support python 3.13 now that it has been released.

Best regards Kristian

hagsted avatar Oct 08 '24 08:10 hagsted

We are waiting for all our dependencies like numpy to release the newest version (0.22 on cargo in this case). Once they are done, we can release a new stable version that supports python 3.13.

wangxiaoying avatar Oct 09 '24 18:10 wangxiaoying

Python 3.13 is now supported from version 0.4.0! Please feel free to have a try.

wangxiaoying avatar Nov 04 '24 21:11 wangxiaoying

Python 3.13 is now supported from version 0.4.0! Please feel free to have a try.

Wrong: Getting error

ERROR: Could not find a version that satisfies the requirement connectorx==0.3.2 (from versions: 0.2.3)

When deploying in docker container

ghost avatar Jan 30 '25 22:01 ghost

Have you tried connectorx==0.4?

EricFecteau avatar Jan 31 '25 00:01 EricFecteau

Have you tried connectorx==0.4?

Yes I have

ERROR: Could not find a version that satisfies the requirement connectorx==0.4.1 (from versions: 0.2.3) ERROR: No matching distribution found for connectorx==0.4.1

ghost avatar Jan 31 '25 19:01 ghost

Hi @carepollo , what is your local environment? You can find all our precompiled wheel files here. If there is no matching one for you, you have to build connectorx like this example for now.

wangxiaoying avatar Jan 31 '25 20:01 wangxiaoying