There was a slightly dirty fix to this, I found it on StackExchange: https://stackoverflow.com/questions/74979674/gensim-install-in-python-3-11-fails-because-of-missing-longintrepr-h-file (check the reply by user @Srikant)
And thankfully the library does get noticed after this. So, just simply download the header and do: `$sudo cp ./longintrepr.h /usr/include/python3.x/` (x -> your version of Python) -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/2006404 Title: fatal error: longintrepr.h: No such file or directory To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/cython/+bug/2006404/+subscriptions -- ubuntu-bugs mailing list [email protected] https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
