Tutorials 1 incompatible libraries #1118
-
I am trying Haystack tutorial 1 - https://github.com/deepset-ai/haystack/blob/master/tutorials/Tutorial1_Basic_QA_Pipeline.ipynb on Google Colab and I am getting the following incompatibility errors during the installation Command
Errors
|
Beta Was this translation helpful? Give feedback.
Answered by
julian-risch
Jun 1, 2021
Replies: 1 comment 2 replies
-
Hi @eboraks try resetting the runtime and then using this:
The |
Beta Was this translation helpful? Give feedback.
2 replies
Answer selected by
tholor
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi @eboraks try resetting the runtime and then using this:
The
pip install urllib3==1.25.4
is not needed anymore and the rest of the notebook should run fine even if some of the error messages suggest otherwise.