hbb1 / torch-splatting

A pure pytorch implementation of 3D gaussian Splatting
296 stars 25 forks source link

No module named 'simple_knn' #9

Closed charliewalker322 closed 7 months ago

charliewalker322 commented 7 months ago

I have installed simple_knn-1.1.6 by "pip install simple_knn", but the wrong " No module named 'simple_knn' " still exists. What can i do to fix it?

charliewalker322 commented 7 months ago

I have found the solution: Download the package from https://gitlab.inria.fr/bkerbl/simple-knn and use pip to install it