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

Support installation with Python 3.12 #2228

Open
3 of 4 tasks
bharat-thotakura opened this issue Sep 24, 2024 · 0 comments
Open
3 of 4 tasks

Support installation with Python 3.12 #2228

bharat-thotakura opened this issue Sep 24, 2024 · 0 comments

Comments

@bharat-thotakura
Copy link

Required prerequisites

  • Consult the security policy. If reporting a security vulnerability, do not report the bug using this form. Use the process described in the policy to report the issue.
  • Make sure you've read the documentation. Your issue may be addressed there.
  • Search the issue tracker to verify that this hasn't already been reported. +1 or comment there if it has.
  • If possible, make a PR with a failing test to give us a starting point to work on!

Describe the bug

Currently, pip installing cuda-quantum seems to be supported for Python 3.8 to 3.11. With Python 3.8 reaching EOL in Oct 2024 and Python 3.13 first release in Oct 2024, it would be nice to have at least Python 3.12 support

Steps to reproduce the bug

Create a virtual environment with Python 3.12, for example with:

python3.12 -m venv cudaq_env

and run:

pip install cuda-quantum

which currently shows:

ERROR: Could not find a version that satisfies the requirement cuda-quantum (from versions: none)
ERROR: No matching distribution found for cuda-quantum

Expected behavior

Standard installation as with the other Python versions

Is this a regression? If it is, put the last known working version (or commit) here.

Not a regression

Environment

  • CUDA Quantum version: 0.8.0
  • Python version: 3.12.6
  • Operating system: Ubuntu

Suggestions

No response

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

1 participant