gensim
gensim copied to clipboard
Implement numpy hack in setup.py to enable install under Poetry
Fixes https://github.com/RaRe-Technologies/gensim/issues/3362
Confirmed poetry install works on M1 mbp with this fix.
poetry add git+ssh://[email protected]:jaymegordo/gensim.git#fix_3362
Thanks! Let's wait for @mpenkov 's review and we can merge.
Btw I literally just copied the first fix I googled for haha, no idea if there's a more elegant way to do it, or really what any of the __builtins__
stuff does.
Also will resolve #3225
Hi Team,
We also facing an issue with this: without this fix, gensim cannot be installed via poetry 1.2. Any chance this can be reviewed and merged?
Appreciating your help in advance.