Closed where2go947 closed 2 years ago
I have the same problem.
same problem too
Based on responses to other issues, this ended up fixing the problem for me:
Sorry, I forgot to close this issue when the problem has solved.
I have changed cuda to 11.1 and pytorch to 1.8.0.
Note that "Killed" occurs, please refer to this as @dyurk1113 said.
Hope helps.
I installed it with cuda 12.0 following the instruction. https://github.com/NVIDIA/MinkowskiEngine/issues/543
HI, I'm trying to install MinkowskiEngine, but got stuck. Could you please give some help? Thanks!
Using:
I have got
nvcc fatal: unsupported gpu architecture "compute_86"
and solve withexport TORCH_CUDA_ARCH_LIST="7.5"
but whenpip install -U MinkowskiEngine --install-option="--blas=openblas" -v --no-deps
still got:/home/sjx/.virtualenv/t171cu110/lib/python3.8/site-packages/pip/_internal/commands/install.py:245: UserWarning: Disabling all use of wheels due to the use of --build-option / --global-option / --install-option. cmdoptions.check_install_build_global(options) Using pip 21.3.1 from /home/sjx/.virtualenv/t171cu110/lib/python3.8/site-packages/pip (python 3.8) Collecting MinkowskiEngine Using cached MinkowskiEngine-0.5.4.tar.gz (246 kB) Running command python setup.py egg_info WARNING: Skipping MinkowskiEngine as it is not installed.
| CUDA compilation set |
Using BLAS=openblas Using g++ for c++ compilation running egg_info creating /tmp/pip-pip-egg-info-p9qkh1f5/MinkowskiEngine.egg-info writing /tmp/pip-pip-egg-info-p9qkh1f5/MinkowskiEngine.egg-info/PKG-INFO writing dependency_links to /tmp/pip-pip-egg-info-p9qkh1f5/MinkowskiEngine.egg-info/dependency_links.txt writing requirements to /tmp/pip-pip-egg-info-p9qkh1f5/MinkowskiEngine.egg-info/requires.txt writing top-level names to /tmp/pip-pip-egg-info-p9qkh1f5/MinkowskiEngine.egg-info/top_level.txt writing manifest file '/tmp/pip-pip-egg-info-p9qkh1f5/MinkowskiEngine.egg-info/SOURCES.txt' reading manifest file '/tmp/pip-pip-egg-info-p9qkh1f5/MinkowskiEngine.egg-info/SOURCES.txt' reading manifest template 'MANIFEST.in' writing manifest file '/tmp/pip-pip-egg-info-p9qkh1f5/MinkowskiEngine.egg-info/SOURCES.txt' Preparing metadata (setup.py) ... done Skipping wheel build for MinkowskiEngine, due to binaries being disabled for it. Installing collected packages: MinkowskiEngine Running command /home/sjx/.virtualenv/t171cu110/bin/python -u -c 'import io, os, sys, setuptools, tokenize; sys.argv[0] = '"'"'/tmp/pip-install-iwg99nod/minkowskiengine_7c0984503a69414c9d3c1a9887e5a40e/setup.py'"'"'; file='"'"'/tmp/pip-install-iwg99nod/minkowskiengine_7c0984503a69414c9d3c1a9887e5a40e/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'"'"'))' install --record /tmp/pip-record-0vqc58mn/install-record.txt --single-version-externally-managed --compile --install-headers /home/sjx/.virtualenv/t171cu110/include/site/python3.8/MinkowskiEngine --blas=openblas WARNING: Skipping MinkowskiEngine as it is not installed.
ERROR: Command errored out with exit status 1: /home/sjx/.virtualenv/t171cu110/bin/python -u -c 'import io, os, sys, setuptools, tokenize; sys.argv[0] = '"'"'/tmp/pip-install-iwg99nod/minkowskiengine_7c0984503a69414c9d3c1a9887e5a40e/setup.py'"'"'; file='"'"'/tmp/pip-install-iwg99nod/minkowskiengine_7c0984503a69414c9d3c1a9887e5a40e/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'"'"'))' install --record /tmp/pip-record-0vqc58mn/install-record.txt --single-version-externally-managed --compile --install-headers /home/sjx/.virtualenv/t171cu110/include/site/python3.8/MinkowskiEngine --blas=openblas Check the logs for full command output.
Thanks