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

Python11 can not install gensim, if it is possible, I wish Python11 can have the right version for gensim too #3411

Closed
Victorrrrr86 opened this issue Dec 9, 2022 · 2 comments

Comments

@Victorrrrr86
Copy link

Problem description

What are you trying to achieve? What is the expected result? What are you seeing instead?

Steps/code/corpus to reproduce

Include full tracebacks, logs and datasets if necessary. Please keep the examples minimal ("minimal reproducible example").

If your problem is with a specific Gensim model (word2vec, lsimodel, doc2vec, fasttext, ldamodel etc), include the following:

print(my_model.lifecycle_events)

Versions

Please provide the output of:

import platform; print(platform.platform())
import sys; print("Python", sys.version)
import struct; print("Bits", 8 * struct.calcsize("P"))
import numpy; print("NumPy", numpy.__version__)
import scipy; print("SciPy", scipy.__version__)
import gensim; print("gensim", gensim.__version__)
from gensim.models import word2vec;print("FAST_VERSION", word2vec.FAST_VERSION)
@mpenkov
Copy link
Collaborator

mpenkov commented Dec 9, 2022

Duplicate of #3395

@mpenkov mpenkov marked this as a duplicate of #3395 Dec 9, 2022
@mpenkov mpenkov closed this as completed Dec 9, 2022
@Victorrrrr86
Copy link
Author

Victorrrrr86 commented Dec 9, 2022 via email

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants