You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
Information
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
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.
The text was updated successfully, but these errors were encountered: