Downloading and Installing Crawler on Colab is taking forever #2919
-
Hey, I'm trying to test out the crawler from haystack.
|
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 4 replies
-
I believe there is a dependency conflict with some of the packages that crawler uses.
|
Beta Was this translation helpful? Give feedback.
-
Hi @Zeni69 this should work now in Google Colab. We just merged the fix in this PR #2921 !pip install --upgrade pip
!pip install git+https://github.com/deepset-ai/haystack.git#egg=farm-haystack[colab,crawler] |
Beta Was this translation helpful? Give feedback.
Hi @Zeni69 this should work now in Google Colab. We just merged the fix in this PR #2921