torch-points3d / torch-points-kernels

Pytorch kernels for spatial operations on point clouds
MIT License
96 stars 25 forks source link

ModuleNotFoundError: No module named 'torch_points_kernels.points_cpu' #64

Closed marsDurden closed 3 years ago

marsDurden commented 3 years ago

Hi, in installed torch_points_kernels via pip but I got this error while executing from torch_points_kernels import knn

In the torch_points_kernels directory in my venv I can't find the setup.py file to compile the project. Is there something I'm missing?

Btw I'm using python 3.9 and PyCharm as IDE.

marsDurden commented 3 years ago

My bad, I didn't have gcc on my system.

nicolas-chaulet commented 3 years ago

Ha! Great, I was not sure how to solve that...