chrischoy/DeepGlobalRegistration

cannot install MinkowskiEngine in anaconda

kaixin-bai opened this issue · 2 comments

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"