-
I'm trying to include the full version of Haystack as a dependency for a python project. ERROR: Requested dill from https://files.pythonhosted.org/packages/3e/ad/31932a4e2804897e6fd2f946d53df51dd9b4aa55e152b5404395d00354d1/dill-0.3.1.tar.gz#sha256=d3ddddf2806a7bc9858b20c02dc174396795545e9d62f243b34481fd26eb3e2c (from farm-haystack[all]@ git+https://github.com/deepset-ai/haystack.git->-r /dss_data/tmp/pip-requirements-install/req3361828774079305889.txt (line 1)) has different version in metadata: '0.3.1.dev0' I'm sure that I just don't have the syntax quite right in the import statement, but the internet has been amazingly unhelpful. What is the correct way to go about this? |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments
-
Hi @rdubester, are you working in Colab by any chance? I was able to replicate your problem there, but when I ran it locally everything went smoothly. If you are working in Colab, then |
Beta Was this translation helpful? Give feedback.
-
Hey @rdubester, I'm pasting here my response from SO. The format for listing Haystack in your
If you want to pin a specific git commit instead, the line in your
|
Beta Was this translation helpful? Give feedback.
Hey @rdubester, I'm pasting here my response from SO.
The format for listing Haystack in your
requirements.txt
should be the following (I pin the version here but it's not mandatory):If you want to pin a specific git commit instead, the line in your
requirements.txt
should just be: