from haystack import __version__ print(__version__) hangs
Describe the bug When trying to import from haystack import version, the program hangs and never continues. This only happens on my linux machine, and not my windows machine.
Error message Error that was thrown (if available)
Expected behavior It should not hang.
Additional context Ubuntu 20.04 and 1.17.1 version of Haystack.
To Reproduce Run: from haystack import version, print("hi")
FAQ Check
- [Y] Have you had a look at our new FAQ page?
System:
- OS: Ubuntu 20.04
- GPU/CPU: AMD EPYC 7313P 16-Core Processor x2 and NVIDIA RTX A5000
- Haystack version (commit or version number): 1.17.1
- DocumentStore:
- Reader:
- Retriever:
I've made a new venv and now I'm getting this issue:
Traceback (most recent call last):
File "/home/mad326/reu_code/haystack/PineconeTester.py", line 1, in
@mdurrani808 Sounds like an issue when installing Haystack. How did you install it?
I installed it by creating a new virtual environment and then doing pip install farm-haystack[all-gpu]
Closing as not reproducible, feel free to re-open if the problem persists