abhijeet3922 / finbert_embedding

Token and sentence level embeddings from FinBERT model (Finance Domain)
MIT License
37 stars 12 forks source link

No matching distribution found for torch==1.1.0 (from finbert-embedding==0.1.4) #2

Open ncdingari opened 4 years ago

ncdingari commented 4 years ago

I am getting the following error when I try to install


ERROR: Could not find a version that satisfies the requirement torch==1.1.0 (from finbert-embedding==0.1.4) (from versions: 0.1.2, 0.1.2.post1, 0.1.2.post2)
ERROR: No matching distribution found for torch==1.1.0 (from finbert-embedding==0.1.4)
Singh-Sonam commented 4 years ago

I am also getting the same issue.

HartBlanc commented 4 years ago

updating torch==1.1.0 to torch>=1.1.0 in setup.py seems to fix this and doesn't seem to break anything.