CentOS 기준, 다음과 같은 오류가 나왔을 때 해결방법
subprocess.CalledProcessError: Command '['pkg-config', '--libs-only-L', 'libcgraph']' returned non-zero exit status 1.
ERROR: Command errored out with exit status 1: /usr/bin/python3 -u -c 'import sys, setuptools, tokenize; sys.argv[0] = '"'"'/tmp/pip-install-1meqr4hy/pygraphviz_1dd95962042b4dada13e5f3e5ee3a3f0/setup.py'"'"'; __file__='"'"'/tmp/pip-install-1meqr4hy/pygraphviz_1dd95962042b4dada13e5f3e5ee3a3f0/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-kfb4yg5f/install-record.txt --single-version-externally-managed --compile --install-headers /usr/local/include/python3.6m/pygraphviz Check the logs for full command output.
sudo yum install graphviz-devel
pip install pygraphviz
'COMPUTER SCIENCE > PYTHON' 카테고리의 다른 글
[Python] dateutil import 오류 해결 (0) | 2021.10.14 |
---|---|
[Python] 카멜 / 파스칼 / 스네이크 표기법 변환 (0) | 2021.06.28 |
[Python] pip install 시 Python.h 오류 (0) | 2021.03.23 |
[Python] stdin으로 파일 처리하기 (0) | 2020.12.11 |
[Python] OpenCV 설치 시 error 해결방법 (0) | 2020.11.04 |