litstudy
litstudy copied to clipboard
Issues with Python 3.11
I've seen this in the CI, and tried on my machine, gensim cannot be installed at the moment with Python 3.11, so the install fails.
The error is gensim/models/word2vec_inner.c:217:12: fatal error: 'longintrepr.h' file not found and apparently the Internet does not have an answer at the moment, except wait until someone fixes the issue upstream.
gensim is tracked this in the following issue: https://github.com/RaRe-Technologies/gensim/issues/3425