guanshantingbai

Results 1 issues of guanshantingbai

I tried to download the MinkowskiEngine lib following the instruction in README: ``` pip install -U git+https://github.com/NVIDIA/MinkowskiEngine -v --no-deps \ --config-settings="--blas_include_dirs=${CONDA_PREFIX}/include" --config-settings="--blas=openblas" ``` However, it went wrong: ``` pip install...