helloall1900 / pynvx

Python bindings for NVIDIA CUDA APIs.
MIT License
12 stars 2 forks source link

Produce a wheel for python 3.8 #5

Closed MGough closed 4 years ago

MGough commented 4 years ago

There is no wheel for python 3.8 which makes installing and running libraries which are dependent on pynvx difficult on MacOS due to the lack of an Nvidia GPU on Apple devices. Instead pip attempts to build pynvx which fails due to the lack of nvidia-toolkit.

Several people have faced this issue: https://stackoverflow.com/questions/61576609/problem-installing-fastai-on-macos-10-15

helloall1900 commented 4 years ago

Added