NVIDIA / cuda-python

CUDA Python Low-level Bindings
https://nvidia.github.io/cuda-python/
Other
809 stars 63 forks source link

Cannot find python package on Jetson Nano (aarch64) #59

Closed another-tee closed 3 months ago

another-tee commented 3 months ago

I need to install cuda-python (I try via pip install cuda-python) on Jetson Nano,

image

So, I decided to install by pip install cuda_python-12.4.0-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl

image

I guess, This error occurs because of the python version (my python version is 3.6.9 on ubuntu 18.04) Please help.

vzhurba01 commented 3 months ago

https://github.com/NVIDIA/cuda-python?tab=readme-ov-file#supported-python-versions

Looks like your Python version is on the older side as we currently support Python 3.9 to 3.12. When you switch to one of these more recent versions the error should go away.

Note that per NEP-29, python 3.6 has been dropped by the community on Jun 23, 2020.