We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I'm on ubuntu, made a fresh conda environment and conda installed pip within it, then ran pip install -r requirements.txt
pip install -r requirements.txt
I got this
ERROR: sentence-transformers 0.2.5.1 has requirement transformers==2.3.0, but you'll have transformers 2.5.1 which is incompatible.
But then the pip install continued and apparently succeeded:
The text was updated successfully, but these errors were encountered:
We currently set requirements to use the that specific transformers version.
Please let us know if everything works, we may want to go back to general install!
Sorry, something went wrong.
@cdleong I can confirm the code works with the latest sentence-transformers version
sentence-transformers
No branches or pull requests
I'm on ubuntu, made a fresh conda environment and conda installed pip within it, then ran
pip install -r requirements.txt
I got this
But then the pip install continued and apparently succeeded:
![image](https://user-images.githubusercontent.com/4109253/80222952-9b876b80-8615-11ea-9e54-3342cb4d0d42.png)
The text was updated successfully, but these errors were encountered: