abhijeet3922 / finbert_embedding

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

Torch distribution not found #1

Closed aiyer87 closed 4 years ago

aiyer87 commented 4 years ago

Thank you for your great work!

I am getting the following error when trying to install the package

"ERROR: No matching distribution found for torch==1.1.0 (from finbert-embedding==0.1.4)"

I already installed the pytorch package version 1.1.0. Do you have any ideas on how to proceed?

Thanks!

aiyer87 commented 4 years ago

There were two versions of pytorch installed on my system. Uninstalling the other version, fixed the problem.