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? |
Upgrade pip. I had same issue for another framework but upgrading pip resolved this issue. |
Uh oh!
There was an error while loading. Please reload this page.
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 --useror
pip install farm-haystackIt 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?
All reactions