Bug running the QHGO framework.py #25
Labels
bug
Something isn't working
dependencies
Pull requests that update a dependency file
help wanted
Extra attention is needed
Title: Severe Dependency Conflicts and File Corruption with Qiskit Air and RustX on Latest Versions
Description:
I've been facing persistent dependency conflicts while trying to use the Qiskit Aer backend, specifically when updating to Qiskit Aer version 0.15. This issue is critical as it's preventing any progress on my project, and the problem seems to stem from the complex interactions between Qiskit, Qiskit Aer, RustX, and possibly other dependencies.
Steps to Reproduce:
pip
(e.g., Python 3.8).Observed Behavior:
Expected Behavior:
System Information:
Troubleshooting Steps Already Taken:
pip cache purge
,cargo clean
, etc.).pip install --no-deps qiskit-air
).Additional Context:
This issue has severely impacted my ability to work on my project, as 60% of my time is now spent fighting dependency management rather than progressing with research. Given that the same environment setup worked fine before the Qiskit Aer 0.15 update, this appears to be a new or undocumented issue with dependency management between Qiskit and RustX.
The same pattern of failures was observed when I previously worked with other packages like Pandas, where dependency breakages led to file corruption and multiple weeks of downtime before it was eventually resolved. This feels like a similar issue but within the quantum computing ecosystem.
Possible Related Issues:
None found, but this might be part of a broader issue with Qiskit’s dependency on RustX, or possibly related to how dependencies are handled across Qiskit components (Terra, Aer, etc.).
Next Steps / Help Needed:
Thank you for your help. I look forward to any guidance on this issue.
The text was updated successfully, but these errors were encountered: