You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I attempted to install gensim 4.3.3 on my mac computer (and on Ubuntu docker images) that were using Python 3.13 and due to some changes in the Python 3.13
I can confirm when I downgraded to Python 3.12 things worked again.
Thanks for putting together this cool package!
Summary
I attempted to install gensim 4.3.3 on my mac computer (and on Ubuntu docker images) that were using Python 3.13 and due to some changes in the Python 3.13
I can confirm when I downgraded to Python 3.12 things worked again.
Details
It appears to be because gensim's C code is referring to things that have been deprecated in Python 3.13 See here https://docs.python.org/3/deprecations/index.html
e.g.
A truncated version of the log output when I try to install with Python 3.13
Suggested solutions:
The text was updated successfully, but these errors were encountered: