Windows 10 讓 CreateProcess 失敗

Windows 10 讓 CreateProcess 失敗

我正在嘗試從這裡安裝一個包https://github.com/epfml/sent2vec,這需要我克隆並運行 make。但我遇到了這個錯誤:

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

您能解釋一下出了什麼問題以及我需要修復什麼嗎?

謝謝。

相關內容