Closed marsDurden closed 3 years ago
Hi, in installed torch_points_kernels via pip but I got this error while executing from torch_points_kernels import knn
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?
setup.py
Btw I'm using python 3.9 and PyCharm as IDE.
My bad, I didn't have gcc on my system.
Ha! Great, I was not sure how to solve that...
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.