Installing farm-haystack causes weird errors #1752
Replies: 2 comments
-
Hi @Obsideaock! I was not able to replicate your issue on my MacOS machine. Which operating system are you using? Did you try to install haystack inside a new environment? |
Beta Was this translation helpful? Give feedback.
-
Upgrade pip. I had same issue for another framework but upgrading pip resolved this issue. |
Beta Was this translation helpful? Give feedback.
-
Hi, I'm having a strange problem when installing farm-haystack with either
pip install farm-haystack -f https://download.pytorch.org/whl/torch_stable.html --user
or
pip install farm-haystack
It appears everything correctly installs, but then this error appears in the terminal
ERROR: pip's dependency resolver does not currently take into account all the packages that are installed. This behavior is the source of the following dependency conflicts. farm 0.8.0 requires transformers==4.6.1, but you have transformers 4.7.0 which is incompatible. datasets 1.15.2.dev0 requires huggingface-hub<1.0.0,>=0.1.0, but you have huggingface-hub 0.0.8 which is incompatible.
I've tried directly install the packages with the versions it wants, but that's only lead to more incompatibilities. Can anyone please help?
Beta Was this translation helpful? Give feedback.
All reactions