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

[FEA] Expand supported python versions #21

Open
brandon-b-miller opened this issue Nov 28, 2023 · 3 comments
Open

[FEA] Expand supported python versions #21

brandon-b-miller opened this issue Nov 28, 2023 · 3 comments
Assignees
Labels
feature request New feature or request

Comments

@brandon-b-miller
Copy link
Contributor

Is your feature request related to a problem? Please describe.
Currently wheels are only built for python 3.9 and 3.10 because we rely on the rapids ci images, this limits non rapids consumers of pynvjitlink.

Describe the solution you'd like
If we want to support other versions of python we'll need either our own images or new rapids images for this one purpose, or something else.

Describe alternatives you've considered
Initially we tried installing python manually via conda within each CI job allowing us to build with any python version, however this was messy and error prone

Additional context
N/A

@brandon-b-miller brandon-b-miller added the feature request New feature or request label Nov 28, 2023
@brandon-b-miller brandon-b-miller self-assigned this Nov 28, 2023
@weiji14
Copy link

weiji14 commented Oct 16, 2024

Would it be possible to upload Python 3.12 wheels to https://pypi.nvidia.com/pynvjitlink-cu12? I'm trying to pip install cudf-cu12=24.10 and am getting the following error:

error: distribution pynvjitlink-cu12==0.2.3 @ registry+https://pypi.nvidia.com/ can't be installed because it doesn't have a source distribution or wheel for the current platform

@jakirkham
Copy link
Member

Hi Wei, we moved the publication of this package to PyPI. There should be Python 3.12 packages over there. Please give it a try and let us know whether you still have issues

@weiji14
Copy link

weiji14 commented Oct 16, 2024

Ah yes, I see them at https://pypi.org/project/pynvjitlink-cu12/0.3.0/#files. I'll try and get my package manager to use that instead. Thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature request New feature or request
Projects
None yet
Development

No branches or pull requests

3 participants