RandLA-Net
RandLA-Net copied to clipboard
ModuleNotFoundError: No module named 'nearest_neighbors.lib'
I run google colab but got this error all notebooks (data_prepare_s3dis.py , main_S3DIS.py)
Traceback (most recent call last):
File "utils/data_prepare_s3dis.py", line 12, in
Hi makaay2077, I met the same issues. May I ask how did you solve it?
Hi makaay2077, I met the same issues. May I ask how did you solve it?
I haven't found a solve yet
Hi makaay2077, I met the same issues. May I ask how did you solve it?
I haven't found a solve yet
I run 'sh compile_op.sh'. Then it works.
@yaping222 how did you run it? it gives me this error
Traceback (most recent call last):
File "setup.py", line 3, in <module>
from Cython.Distutils import build_ext
ImportError: No module named Cython.Distutils
However, I have Cython installed !
@yaping222 how did you run it? it gives me this error
Traceback (most recent call last): File "setup.py", line 3, in <module> from Cython.Distutils import build_ext ImportError: No module named Cython.Distutils
However, I have Cython installed !
Sorry, I didn't meet this issue.
äºå è¿è¡ sh compile_op.sh
Right,you should pip install cypyton firstly,after that run sh compile_op.sh