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
I'm new here and so I'm sorry if this is not the place to discuss this topic.
In python version 3.12, setuptools will not be available by default in virtual environments created with venv. Here is the link for What's new in python 3.12, and under "Important deprecations, removals or restrictions" they have mentioned this change.
Does this mean we will have to add setuptools to "requirements.txt" of qiskit-ibm-runtime for people who want to contribute using a virtual environment?
Steps to reproduce
Expected behavior
Suggested solutions
Additional Information
qiskit-ibm-runtime version:
Python version:
Operating system:
The text was updated successfully, but these errors were encountered:
Hi @shravanpatel30 yes you are correct - we don't officially support python 3.12 yet, but when we do, we can make sure to update the requirements appropriately.
Describe the bug
I'm new here and so I'm sorry if this is not the place to discuss this topic.
In python version 3.12,
setuptools
will not be available by default in virtual environments created with venv. Here is the link for What's new in python 3.12, and under "Important deprecations, removals or restrictions" they have mentioned this change.Does this mean we will have to add
setuptools
to "requirements.txt" ofqiskit-ibm-runtime
for people who want to contribute using a virtual environment?Steps to reproduce
Expected behavior
Suggested solutions
Additional Information
The text was updated successfully, but these errors were encountered: