We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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
The text was updated successfully, but these errors were encountered:
cython 版本过高 改成0.29.15即可 然后就可skip
Sorry, something went wrong.
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?
No branches or pull requests
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
The text was updated successfully, but these errors were encountered: