Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

when compile RandLA error #98

Open
xsaxasni opened this issue Jul 26, 2023 · 2 comments
Open

when compile RandLA error #98

xsaxasni opened this issue Jul 26, 2023 · 2 comments

Comments

@xsaxasni
Copy link

running install
running build
running build_ext
building 'nearest_neighbors' extension
gcc -pthread -B /home/ywh/anaconda3/envs/FFB6D/compiler_compat -Wl,--sysroot=/ -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -fPIC -I./ -I/home/ywh/anaconda3/envs/FFB6D/lib/python3.6/site-packages/numpy/core/include -I/home/ywh/anaconda3/envs/FFB6D/include/python3.6m -c knn.cxx -o build/temp.linux-x86_64-3.6/knn.o -std=c++11 -fopenmp
gcc: error: knn.cxx: 没有那个文件或目录
error: command 'gcc' failed with exit status 1
running build_ext

@xsaxasni
Copy link
Author

cython 版本过高 改成0.29.15即可 然后就可skip

@kkkniu
Copy link

kkkniu commented Jan 29, 2024

running install
running build
running build_ext
skipping 'knn.cpp' Cython extension (up-to-date)
running install_lib
running install_egg_info
Removing ./lib/python/KNN_NanoFLANN-0.0.0-py3.6.egg-info
Writing ./lib/python/KNN_NanoFLANN-0.0.0-py3.6.egg-info
running build_ext

Is it done now?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants