chrischoy / DeepGlobalRegistration

[CVPR 2020 Oral] A differentiable framework for 3D registration
Other
468 stars 85 forks source link

cannot install MinkowskiEngine in anaconda #23

Closed kaixin-bai closed 3 years ago

kaixin-bai commented 3 years ago

The CPU of my computer is 12 Intel(R) Core(TM) i7-8700 CPU @ 3.20GHz. When i install MinkowskiEngine, all the memory of the CPU is occupied, and then the computer crashes.

I followed the command below to install MinkowskiEngine from MinkowskiEngine's github.

conda install openblas-devel -c anaconda

# Install MinkowskiEngine
pip install -U git+https://github.com/NVIDIA/MinkowskiEngine -v --no-deps --install-option="--blas_include_dirs=${CONDA_PREFIX}/include" --install-option="--blas=openblas"
kaixin-bai commented 3 years ago

https://github.com/NVIDIA/MinkowskiEngine/issues/310

cuda should = 11.0

kaixin-bai commented 3 years ago

https://github.com/NVIDIA/MinkowskiEngine/issues/228