ContextualVersionConflict Traceback (most recent call last)
<ipython-input-7-55c351f0b509> in <module>()
----> 1 from haystack.utils import clean_wiki_text, convert_files_to_dicts, fetch_archive_from_http, print_answers
2 from haystack.nodes import FARMReader, TransformersReader
15 frames
/usr/local/lib/python3.7/dist-packages/pkg_resources/__init__.py in resolve(self, requirements, env, installer, replace_conflicting, extras)
775 # Oops, the "best" so far conflicts with a dependency
776 dependent_req = required_by[req]
--> 777 raise VersionConflict(dist, req).with_context(dependent_req)
778
779 # push the new requirements onto the stack
ContextualVersionConflict: (grpcio 1.42.0 (/usr/local/lib/python3.7/dist-packages), Requirement.parse('grpcio<1.38.0,>=1.22.0'), {'pymilvus'})
Describe the bug
When launching the example projects in Google Colab (tested with basic example without elasticsearch and knowledge base example), importing haystack results in a ContextualVersionConflict.
Error message
Expected behavior
Haystack should import without error.
Additional context
Google Colab with GPU runtime
To Reproduce
FAQ Check
System: