2017-12-23 5 views
2

Windows에 Darknet 및 Lightnet 설치에 대한 유용한 자습서를 찾을 수 없습니다.Windows에 Darknet을 설치하는 동안 오류가 발생했습니다.

Failed building wheel for darknetpy 
    Running setup.py clean for darknetpy 
Failed to build darknetpy 
Installing collected packages: darknetpy 
    Running setup.py install for darknetpy ... error 
    Complete output from command c:\users\pop\appdata\local\programs\python\python36\python.exe -u -c "import setuptools, tokenize;__file__='C:\\Users\\Pop\\AppData\\Local\\Temp\\pip-build-aew1mvz2\\darknetpy\\setup.py';f=getattr(tokenize, 'open', open)(__file__);code=f.read().replace('\r\n', '\n');f.close();exec(compile(code, __file__, 'exec'))" install --record C:\Users\Pop\AppData\Local\Temp\pip-hj4a3ywj-record\install-record.txt --single-version-externally-managed --compile: 
    running install 
    running build 
    running build_ext 
    'make' is not recognized as an internal or external command, 
    operable program or batch file. 
    error: [WinError 2] The system cannot find the file specified: 'C:\\Users\\Pop\\AppData\\Local\\Temp\\darknet\\libdarknet.so' 

    ---------------------------------------- 
Command "c:\users\pop\appdata\local\programs\python\python36\python.exe -u -c "import setuptools, tokenize;__file__='C:\\Users\\Pop\\AppData\\Local\\Temp\\pip-build-aew1mvz2\\darknetpy\\setup.py';f=getattr(tokenize, 'open', open)(__file__);code=f.read().replace('\r\n', '\n');f.close();exec(compile(code, __file__, 'exec'))" install --record C:\Users\Pop\AppData\Local\Temp\pip-hj4a3ywj-record\install-record.txt --single-version-externally-managed --compile" failed with error code 1 in C:\Users\Pop\AppData\Local\Temp\pip-build-aew1mvz2\darknetpy\ 

답변

0

darketpypypi 페이지가 필요한 것을 나타냅니다 : 그러나, 그들의 공식 힘내 페이지의 튜토리얼에 따라, 나는, 나는 다음과 같은 오류를보고하고이를 실행에 파이썬 명령

pip install darknetpy 

을 실행하려 POSIX 운영 체제. Windows에 설치하려면 cygwin과 같은 것이 필요합니다.

1

Cygwin (64)을 사용하더라도 darknetpy issue 1 문제는 Windows에서 작동하지 않음을 보여줍니다.

가장 좋은 옵션 (Windows에서)입니다

관련 문제