unlimblue / KNN_CUDA

pytorch knn [cuda version]
287 stars 37 forks source link

ImportError: cannot import name 'KNN' from 'knn_cuda' #9

Closed HGamalElDiin closed 2 years ago

HGamalElDiin commented 3 years ago

I've installed the package by pip from the installation guide in the repo in addition to ninja,

trying the example under Usage gives this error:

ImportError: cannot import name 'KNN' from 'knn_cuda'

OS: Winidows 10 Python: 3.7

YingZhang2561 commented 2 years ago

I've cloned the branch windows. After typing 'make' or 'python setup.py install', I got the message: ImportError: DLL load failed while importing knn

OS: Windows 10 Python: 3.8 CUDA: 11.3 TORCH: 1.11.0