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

Add support for Python 3.11 #41

Closed
vzhurba01 opened this issue Dec 9, 2022 · 2 comments
Closed

Add support for Python 3.11 #41

vzhurba01 opened this issue Dec 9, 2022 · 2 comments

Comments

@vzhurba01
Copy link
Collaborator

As per NEP 29, CUDA Python should support Python 3.11.

@kanisimoff
Copy link

kanisimoff commented Dec 20, 2022

Good day,

I have the same problem, I can't install cuda-python for python 3.11. But 3.10 everything ok.

Log:
(env) PS D:\nn> py --version
Python 3.11.1
(env) PS D:\nn> pip install cuda-python
Looking in indexes: https://pypi.org/simple, https://pypi.ngc.nvidia.com
ERROR: Could not find a version that satisfies the requirement cuda-python (from versions: none)
ERROR: No matching distribution found for cuda-python

(env3.10) PS D:\nns> py --version
Python 3.10.9
(env3.10) PS D:\nn> pip install cuda-python
Looking in indexes: https://pypi.org/simple, https://pypi.ngc.nvidia.com
Collecting cuda-python
Downloading cuda_python-12.0.0-cp310-cp310-win_amd64.whl (7.2 MB)
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 7.2/7.2 MB 13.5 MB/s eta 0:00:00
Collecting cython
Downloading Cython-0.29.32-py2.py3-none-any.whl (986 kB)
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 986.3/986.3 kB ? eta 0:00:00
Installing collected packages: cython, cuda-python
Successfully installed cuda-python-12.0.0 cython-0.29.32

@vzhurba01
Copy link
Collaborator Author

Release v12.1.0 adds Python 3.11 support for both Wheels and Conda. Closing.

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

2 participants