-
Notifications
You must be signed in to change notification settings - Fork 375
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
Error when pip install top2vec[sentence_encoders] #359
Comments
Try using |
Different error,
|
I'm also having this issue running on Python 3.8, MacOS in a jupyter notebook inside of a venv. Running the suggested fixes does not seem to help. UPDATE: Have tried this in a conda environment and it doesn't work there, either. |
I can confirm that this is also present in Windows virtualenv Python versions 3.11 and 3.12 which I have tested independently, when using If anyone wants to use the embedding models, then you can install these alternatively with |
Still running on the same issue after days of trying different fixes. python 3.9, I tried Try: pip install top2vec[sentence_encoders] Alternatively try: pip install tensorflow tensorflow_hub tensorflow_text` |
That is probably relebant to numpy dependency originating from cython (explained here numpy/numpy#24330).. |
Hi! I tried installing
pip install top2vec[sentence_encoders]
in a Jupyter notebook environment running in Anaconda in Windows 11, and getting the following error:Any pointers will be much appreciated. Thanks!
The text was updated successfully, but these errors were encountered: