helloall1900 / pynvx

Python bindings for NVIDIA CUDA APIs.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Produce a wheel for python 3.8

MGough opened this issue · comments

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

Added