MinkowskiEngine
MinkowskiEngine copied to clipboard
trying to install on windows WSL with CPU ONLY
Hey. I get the following error when trying to install on windows WSL with CPU ONLY -
| WARNING: CPU_ONLY build set |
Using BLAS=mkl
CXX src/region.cpp
CXX src/coordsmap.cpp
CXX src/pooling_max.cpp
CXX src/pooling_transpose.cpp
make: g++: Command not found
make: g++: Command not found
make: g++: Command not found
make: g++: Command not found
make: *** [Makefile:163: objs/region.o] Error 127
make: *** Waiting for unfinished jobs....
make: *** [Makefile:163: objs/coordsmap.o] Error 127
make: *** [Makefile:163: objs/pooling_max.o] Error 127
make: *** [Makefile:163: objs/pooling_transpose.o] Error 127
Traceback (most recent call last):
File "setup.py", line 188, in
I have the same issue!