-
Notifications
You must be signed in to change notification settings - Fork 41
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Python 3.12 support #779
Comments
Actually this was resolved by installing |
As gensim can be installed, provided that the
|
It looks like Ubuntu 24.04, to be released in April 2024, will come with Python 3.12. So it would be nice if we could support it soon. But of course, older Python versions can also be installed on Ubuntu. |
Also TensorFlow could be installed, if it could be upgraded to version 2.16.*, but this is blocked by tensorflow/tensorflow#63585. |
Not fully closed, because stwfsapy and NN ensemble do not work on Python 3.12. |
Closed by #796. |
Python 3.12 was released last October, so we should try to support it in Annif.
Currently support is not possible because of the following (to be continued...):
gensim v4.3.2 does not provide a wheel for Python 3.12 in PyPI, and building the wheel locally fails:issues Support for python3.12 piskvorky/gensim#3511, Installation Error: Failed building wheel for gensim piskvorky/gensim#3510tensorflow-io-gcs-filesystem requires Python >=3.7, <3.12
stwfsapy requires Python <3.12,>=3.9
The text was updated successfully, but these errors were encountered: