Windows 10 macht CreateProcess fehlgeschlagen

Windows 10 macht CreateProcess fehlgeschlagen

Ich versuche, ein Paket von hier zu installierenhttps://github.com/epfml/sent2vec, was erfordert, dass ich klonen und make ausführen muss. Aber ich habe diesen Fehler bekommen:

PS E:\SAFETY\SSE\sent2vec> make
c++ -pthread -std=c++0x -O3 -funroll-loops -c src/args.cc
process_begin: CreateProcess((null), c++ -pthread -std=c++0x -O3 -fun
make (e=2): The system cannot find the file specified.
C:\dsvm\tools\UnxUtils\usr\local\wbin\make.exe: *** [args.o] Error 2

Können Sie mir bitte erklären, was falsch ist und was ich beheben muss?

Danke schön.

verwandte Informationen