NVIDIA / MinkowskiEngine

Minkowski Engine is an auto-diff neural network library for high-dimensional sparse tensors
https://nvidia.github.io/MinkowskiEngine
Other
2.48k stars 367 forks source link

install freeze on building wheels for existing packages #364

Closed trinhnhut-gif closed 3 years ago

trinhnhut-gif commented 3 years ago

!pip install pyvistaqt !sudo apt-get install build-essential python3-dev libopenblas-dev -y !pip install -U git+https://github.com/NVIDIA/MinkowskiEngine --no-deps

1 then the install freeze on building wheels for MinkowskiEngine

**Desktop:

chrischoy commented 3 years ago

Could you try setting the max jobs? Seems like ninja tried to use all CPUs but didn't have enough memory space to run all parallel compilations.

export MAX_JOBS=4;
pip install MinkowskiEngine
trinhnhut-gif commented 3 years ago

HI Chrischoy. Its worked perfectly. Thank you so much.