You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
ImportError: /home/cky/anaconda3/envs/python37/lib/python3.7/site-packages/knn_cuda/csrc/_ext/knn/knn.so: cannot open shared object file: No such file or directory
#8
Closed
chky1997 opened this issue
Oct 8, 2021
· 5 comments
Hi, I have run the building commands, but when I run the first example training command the error shows like this. The KNN cuda 0.2 is installed. Could you please give me some advice?
The text was updated successfully, but these errors were encountered:
I noticed that Ninja should also be installed, is that right?
if "Ninja is required to load C++ extensions"
you can try to run: wget https://github.com/ninja-build/ninja/releases/download/v1.8.2/ninja-linux.zip sudo unzip ninja-linux.zip -d /usr/local/bin/ sudo update-alternatives --install /usr/bin/ninja ninja /usr/local/bin/ninja 1 --force
Hi, I have run the building commands, but when I run the first example training command the error shows like this. The KNN cuda 0.2 is installed. Could you please give me some advice?
The text was updated successfully, but these errors were encountered: