Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Changes in Python 3.12 that might affect virtual environments created by venv #1344

Closed
shravanpatel30 opened this issue Jan 29, 2024 · 3 comments

Comments

@shravanpatel30
Copy link

shravanpatel30 commented Jan 29, 2024

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" 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:
@kt474
Copy link
Member

kt474 commented Jan 29, 2024

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.

@jyu00
Copy link
Collaborator

jyu00 commented Jan 29, 2024

We should support python 3.12 since Qiskit now supports it. I opened an issue for that.

@kt474
Copy link
Member

kt474 commented Feb 13, 2024

fixed by #1347

@kt474 kt474 closed this as completed Feb 13, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants