Как проверить файл журнала при возникновении ошибки при установке пакета python

Я пытаюсь установить пакет Networkit в подсистему Windows для Linux. Я сделал

python3.7 -m pip install networkit

, и возникает следующая ошибка

compilation terminated.
    CMakeFiles/sparsification.dir/build.make:81: recipe for target 'CMakeFiles/sparsification.dir/networkit/sparsification.cpp.o' failed
    make[2]: *** [CMakeFiles/sparsification.dir/networkit/sparsification.cpp.o] Error 1
    CMakeFiles/Makefile2:1395: recipe for target 'CMakeFiles/sparsification.dir/all' failed
    make[1]: *** [CMakeFiles/sparsification.dir/all] Error 2
    Makefile:148: recipe for target 'all' failed
    make: *** [all] Error 2
    Build tool returned an error, exiting setup.py
    ----------------------------------------
ERROR: Command errored out with exit status 1: /usr/bin/python3.7 -u -c 'import sys, setuptools, tokenize; sys.argv[0] = '"'"'/tmp/pip-install-pq3f9z1t/networkit/setup.py'"'"'; __file__='"'"'/tmp/pip-install-pq3f9z1t/networkit/setup.py'"'"';f=getattr(tokenize, '"'"'open'"'"', open)(__file__);code=f.read().replace('"'"'\r\n'"'"', '"'"'\n'"'"');f.close();exec(compile(code, __file__, '"'"'exec'"'"'))' install --record /tmp/pip-record-zex8gap3/install-record.txt --single-version-externally-managed --user --prefix= --compile --install-headers /home/user/.local/include/python3.7m/networkit Check the logs for full command output.

Я не уверен, где искать журналы. Может ли кто-нибудь подсказать, как найти путь, по которому я должен искать файл журнала?

0
задан 1 October 2020 в 04:47

0 ответов

Другие вопросы по тегам:

Похожие вопросы: