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

Questions about installation #21

Open
XMU-qcj opened this issue Sep 30, 2021 · 2 comments
Open

Questions about installation #21

XMU-qcj opened this issue Sep 30, 2021 · 2 comments

Comments

@XMU-qcj
Copy link

XMU-qcj commented Sep 30, 2021

Thanks for your great work!
There is a problem when I enter pip install-v-e. under /utils/mm3d_pn2.
Running setup.py develop for mmdet3d Running command /home/lq/anaconda3/envs/mvp/bin/python -c 'import io, os, sys, setuptools, tokenize; sys.argv[0] = '"'"'/home/lq/New_p/MVP_Benchmark-main/utils/mm3d_pn2/setup.py'"'"'; __file__='"'"'/home/lq/New_p/MVP_Benchmark-main/utils/mm3d_pn2/setup.py'"'"';f = getattr(tokenize, '"'"'open'"'"', open)(__file__) if os.path.exists(__file__) else io.StringIO('"'"'from setuptools import setup;setup()'"'"');code = f.read().replace('"'"'\r\n'"'"', '"'"'\n'"'"');f.close();exec(compile(code, __file__, '"'"'exec'"'"'))' develop--no-deps running develop running egg_info writing mmdet3d.egg-info/PKG-INFO writing dependency_links to mmdet3d.egg-info/dependency_links.txt writing requirements to mmdet3d.egg-info/requires.txt writing top-level names to mmdet3d.egg-info/top_level.txt listing git files failed - pretending there aren't any reading manifest file 'mmdet3d.egg-info/SOURCES.txt' writing manifest file 'mmdet3d.egg-info/SOURCES.txt' running build_ext building 'ops.spconv.sparse_conv_ext' extension Emitting ninja build file /home/lq/New_p/MVP_Benchmark-main/utils/mm3d_pn2/build/temp.linux-x86_64-3.7/build.ninja... Compiling objects... Allowing ninja to set a default number of workers... (overridable by setting the environment variable MAX_JOBS=N) 1.10.2.git.kitware.jobserver-1 g++ -pthread -shared -B /home/lq/anaconda3/envs/mvp/compiler_compat -L/home/lq/anaconda3/envs/mvp/lib -Wl,-rpath=/home/lq/anaconda3/envs/mvp/lib -Wl,--no-as-needed -Wl,--sysroot=/ /home/lq/New_p/MVP_Benchmark-main/utils/mm3d_pn2/build/temp.linux-x86_64-3.7/ops/spconv/src/all.o /home/lq/New_p/MVP_Benchmark-main/utils/mm3d_pn2/build/temp.linux-x86_64-3.7/ops/spconv/src/reordering.o /home/lq/New_p/MVP_Benchmark-main/utils/mm3d_pn2/build/temp.linux-x86_64-3.7/ops/spconv/src/reordering_cuda.o /home/lq/New_p/MVP_Benchmark-main/utils/mm3d_pn2/build/temp.linux-x86_64-3.7/ops/spconv/src/indice.o /home/lq/New_p/MVP_Benchmark-main/utils/mm3d_pn2/build/temp.linux-x86_64-3.7/ops/spconv/src/indice_cuda.o /home/lq/New_p/MVP_Benchmark-main/utils/mm3d_pn2/build/temp.linux-x86_64-3.7/ops/spconv/src/maxpool.o /home/lq/New_p/MVP_Benchmark-main/utils/mm3d_pn2/build/temp.linux-x86_64-3.7/ops/spconv/src/maxpool_cuda.o -L/home/lq/anaconda3/envs/mvp/lib/python3.7/site-packages/torch/lib -L/usr/local/cuda-10.1/lib64 -lc10 -ltorch -ltorch_cpu -ltorch_python -lcudart -lc10_cuda -ltorch_cuda -o build/lib.linux-x86_64-3.7/ops/spconv/sparse_conv_ext.cpython-37m-x86_64-linux-gnu.so g++: error: /home/lq/New_p/MVP_Benchmark-main/utils/mm3d_pn2/build/temp.linux-x86_64-3.7/ops/spconv/src/all.o: No such file or directory g++: error: /home/lq/New_p/MVP_Benchmark-main/utils/mm3d_pn2/build/temp.linux-x86_64-3.7/ops/spconv/src/reordering.o: No such file or directory g++: error: /home/lq/New_p/MVP_Benchmark-main/utils/mm3d_pn2/build/temp.linux-x86_64-3.7/ops/spconv/src/reordering_cuda.o: No such file or directory g++: error: /home/lq/New_p/MVP_Benchmark-main/utils/mm3d_pn2/build/temp.linux-x86_64-3.7/ops/spconv/src/indice.o: No such file or directory g++: error: /home/lq/New_p/MVP_Benchmark-main/utils/mm3d_pn2/build/temp.linux-x86_64-3.7/ops/spconv/src/indice_cuda.o: No such file or directory g++: error: /home/lq/New_p/MVP_Benchmark-main/utils/mm3d_pn2/build/temp.linux-x86_64-3.7/ops/spconv/src/maxpool.o: No such file or directory g++: error: /home/lq/New_p/MVP_Benchmark-main/utils/mm3d_pn2/build/temp.linux-x86_64-3.7/ops/spconv/src/maxpool_cuda.o: No such file or directory error: command 'g++' failed with exit status 1 ERROR: Command errored out with exit status 1: /home/lq/anaconda3/envs/mvp/bin/python -c 'import io, os, sys, setuptools, tokenize; sys.argv[0] = '"'"'/home/lq/New_p/MVP_Benchmark-main/utils/mm3d_pn2/setup.py'"'"'; __file__='"'"'/home/lq/New_p/MVP_Benchmark-main/utils/mm3d_pn2/setup.py'"'"';f = getattr(tokenize, '"'"'open'"'"', open)(__file__) if os.path.exists(__file__) else io.StringIO('"'"'from setuptools import setup; setup()'"'"');code = f.read().replace('"'"'\r\n'"'"', '"'"'\n'"'"');f.close();exec(compile(code, __file__, '"'"'exec'"'"'))' develop --no-deps Check the logs for full command output.

@wencc-ucas
Copy link

Did you solve this problem?

@ShaneCan
Copy link

i cant solve that problem as well, have you solved it? plz help!!!

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

3 participants