在 Windows 中使用“make install”命令时如何处理错误?

时间:2021-07-16 13:16:58

标签: python unix image-segmentation

我想做的是像这样关注某人的 github 代码

git clone https://github.com/liruilong940607/OCHumanApi
cd OCHumanApi
make install

我在 anaconda 提示符下写了这段代码。原来是这样的

(base) C:\Users\NoteBook\OCHumanApi>make install
# install ochumanApi to the Python site-packages
process_begin: CreateProcess(NULL, # install ochumanApi to the Python site-packages, ...) failed.
make (e=2): 지정된 파일을 찾을 수 없습니다.
make: *** [Makefile:7: install] Error 2

我该如何解决这个问题?我当然有 OCHumanApi 文件。

0 个答案:

没有答案
相关问题