Unable to install Haystack Collab #5940
shobhit2107
started this conversation in
General
Replies: 1 comment
-
Hi @shobhit2107 if you're not running the tutorial in Colab, you should install Haystack like this:
This way |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I am trying to run the "Question Answering System" using tutorial.
I have the Pillow 10.0.1 installed on my system. But while installing Haystack using the command :
pip install farm-haystack[colab, inference]
I am getting the following warning:
:45: RuntimeWarning: Pillow 9.0.0 does not support Python 3.11 and does not provide prebuilt Windows binaries. We do not recommend building from source on Windows.
The error thrown after this is:
ERROR: Failed building wheel for pillow
Failed to build pillow
ERROR: Could not build wheels for pillow, which is required to install pyproject.toml-based projects
Please help to resolve this issue.
Beta Was this translation helpful? Give feedback.
All reactions