Closed wwj-53 closed 5 months ago
in scene/gaussian_model.py from simple_knn._C import distCUDA2
Cannot find reference '_C' in 'imported module simple_knn' Unresolved reference 'distCUDA2'
How to solve this problem?
Hi, please cd to the repo folder and pip install -e submodules/simple-knn
cd
pip install -e submodules/simple-knn
in scene/gaussian_model.py from simple_knn._C import distCUDA2
Cannot find reference '_C' in 'imported module simple_knn' Unresolved reference 'distCUDA2'
How to solve this problem?