Can't import #8298
Unanswered
MarkiianPa
asked this question in
Questions
Can't import
#8298
Replies: 1 comment 2 replies
-
Same issue. I don't know why i just follow the tutorials. And I get many import error. I event change anythings. |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
i just use: pip install haystack-ai
and then:
from haystack import Pipeline
from haystack import component
from haystack.utils import Secret
ImportError Traceback (most recent call last)
Cell In[101], line 1
----> 1 from haystack import Pipeline
2 from haystack import component
3 from haystack.utils import Secret
ImportError: cannot import name 'Pipeline' from 'haystack' ([C:\ ...\haystack\ _init_.py]
Beta Was this translation helpful? Give feedback.
All reactions