Does vaex supports python version greater than 3.12?? #2474
actoconfig
started this conversation in
General
Replies: 2 comments
-
Beta Was this translation helpful? Give feedback.
0 replies
-
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hey, So we were using vaex in an lambda. And we were thinking of upgrading it as it is dependent upon python 3.10 version, So i was going through vaex on pypi there i can see we have vaex-core which supports python version less than 3.13 version. But if i upgrade to vaex-core latest version which creates a problem as vaex only supports the vaex-core version less than latest and we have latest 4.19.0 . So is there someone who has tried the upgrade.
× No solution found when resolving dependencies:
╰─▶ Because vaex==4.17.0 depends on vaex-core>=4.17.1,<4.18.dev0 and your project depends on vaex==4.17.0, we can conclude that your project depends on
vaex-core>=4.17.1,<4.18.dev0.
And because your project depends on vaex-core==4.19.0, we can conclude that your project's requirements are unsatisfiable.
Beta Was this translation helpful? Give feedback.
All reactions