Skip to content
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

[BUG] giant gensim error when trying to pip install on 3.10.6 #998

Closed
loftusa opened this issue Nov 17, 2022 · 2 comments · Fixed by #1010
Closed

[BUG] giant gensim error when trying to pip install on 3.10.6 #998

loftusa opened this issue Nov 17, 2022 · 2 comments · Fixed by #1010
Labels
bug Something isn't working

Comments

@loftusa
Copy link
Collaborator

loftusa commented Nov 17, 2022

pip install graspologic

Results in a giant error having to do with the gensim requirement.
I'm using a fresh-ish ubuntu environment with python 3.10.6

I'd copy the whole error, but it's like 10 years long and all having to do with weird unicode stuff.
Is gensim a real requirement?

gensim_error

@loftusa loftusa added the bug Something isn't working label Nov 17, 2022
@bdpedigo
Copy link
Collaborator

gensim is a real requirement of node2vec

have you tried just installing gensim?

i have no idea how to debug from the above - i wonder whether something is being compiled rather than installed from a whl on your platform?

@bdpedigo
Copy link
Collaborator

bdpedigo commented Jan 3, 2023

here are (perhaps) some explanations of the error you're getting from a quick search in gensim (although this is about Python 3.11):

piskvorky/gensim#3401

piskvorky/gensim#3414

from what I can tell they think they've fixed it but haven't released. could you try seeing if setting gensim != 4.2.0 works? or the numpy/scipy stuff in the second issue?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants