You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: