haystack icon indicating copy to clipboard operation
haystack copied to clipboard

haystack-ai cycle in dependency

Open dragonTalon opened this issue 2 months ago • 2 comments

Describe the bug A clear and concise description of what the bug is.

Error message

dependency: haystack-ai==2.8.0 haystack-experimental==0.10.0 qdrant-haystack==7.0.0 ollama-haystack==0.0.6

@@py_deps_3_12//ollama_haystack:pkg (9ac0859d8d2d32a364107c217978d77057ed8cf5fdcd47d339ba6cbb32d0dc12) @@py_deps_3_12_ollama_haystack//:pkg (9ac0859d8d2d32a364107c217978d77057ed8cf5fdcd47d339ba6cbb32d0dc12) .-> @@py_deps_3_12_haystack_ai//:pkg (9ac0859d8d2d32a364107c217978d77057ed8cf5fdcd47d339ba6cbb32d0dc12) | @@py_deps_3_12_haystack_experimental//:pkg (9ac0859d8d2d32a364107c217978d77057ed8cf5fdcd47d339ba6cbb32d0dc12) `-- @@py_deps_3_12_haystack_ai//:pkg (9ac0859d8d2d32a364107c217978d77057ed8cf5fdcd47d339ba6cbb32d0dc12)

Expected behavior A clear and concise description of what you expected to happen.

Additional context Add any other context about the problem here, like document types / preprocessing steps / settings of reader etc.

To Reproduce Steps to reproduce the behavior

FAQ Check

System:

  • OS:
  • GPU/CPU:
  • Haystack version (commit or version number):
  • DocumentStore:
  • Reader:
  • Retriever:

dragonTalon avatar Oct 27 '25 09:10 dragonTalon

hey @dragonTalon could you provide a code snippet that caused the issue?

sjrl avatar Nov 05 '25 10:11 sjrl

hey @dragonTalon could you provide a code snippet that caused the issue?

this is bazel build python project throws err, but run python file is success!

i check haystack-ai and haystack-experimental metadata set Requires-Dist is cycle dependency

Image Image

dragonTalon avatar Nov 05 '25 10:11 dragonTalon