[Installation Issue] Unable to install dependencies(tensorflow-text) while installing Top2Vec
See original GitHub issueI am trying to install top2vec
but getting the following error when I do ‘pip install top2vec==1.0.15’
ERROR: Could not find a version that satisfies the requirement tensorflow-text (from top2vec) (from versions: none) ERROR: No matching distribution found for tensorflow-text (from top2vec)
I have windows 10, python 3.7, x64.
From what I understand, currently, tensorflow-text isn’t available for Windows, so could you guys provide any resolution for this?
Issue Analytics
- State:
- Created 3 years ago
- Comments:10 (4 by maintainers)
Top Results From Across the Web
top2vec - PyPI
Top2Vec is an algorithm for topic modeling and semantic search. It automatically detects topics present in text and generates jointly embedded topic, document ......
Read more >How do I install tensorflow_text? - Stack Overflow
This should work: pip install tensorflow-text.
Read more >Release 1.0.27 - Top2vec
Top2Vec is an algorithm for topic modeling and semantic search. It automatically detects topics present in text and.
Read more >Forum post try 1 - Kaggle
1->tensorflow==1.12.3) (52.0.0) Installing collected packages: tensorboard, tensorflow Found existing installation: tensorboard 1.14.0 Uninstalling tensorboard- ...
Read more >error: could not build wheels for hdbscan, which is required to ...
I already have hdbscan via a precompiled wheel file (as I had issues building the wheel even with Build Tools 2017 installed) but...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Issue should be fixed, try the latest version 1.0.16.
I fixed the above error but got another one when using
pip
. The new issue is same as this one https://github.com/ddangelov/Top2Vec/issues/285