-
Notifications
You must be signed in to change notification settings - Fork 243
Open
Labels
bugSomething isn't workingSomething isn't working
Description
Information
- Qiskit Metal version:
- Python version: >3.11
- Operating system: Arch linux
What is the current behavior?
Import errors occur whenever I attempt to run the minimal Qiskit Metal ipynb file, mostly due to incompatible versions. This is because Qiskit Metal is incompatible with Python 3.11 or higher. It took me hours to get this figured out.
Steps to reproduce the problem
- Install normally, while having Python 3.11 or higher
- Run any Qiskit Metal ipynb, such as the minimal one on the front page README
What is the expected behavior?
The GUI should come up.
Suggested solutions
Fix the Python version in the environment.yml to 3.10 only. It will not work for 3.11.
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working