CentOS7 설치 twisted 오류: src/twisted/test/raiser.c:4:20: fatal error: Python.h : No such file or direc
2229 단어 문제를 해결하다
src/twisted/test/raiser.c:4:20: fatal error: Python.h
: No such file or directory #include "Python.h"
^
compilation terminated.
error: command 'gcc' failed with exit status 1
----------------------------------------
Command "/usr/bin/python -u -c "import setuptools, tokeni
ze;__file__='/tmp/pip-install-xueL0r/twisted/setup.py';f=getattr(tokenize, 'open', open)(__file__);code=f.read().replace('\r
', '
');f.close();exec(compile(code, __file__, 'exec'))" install --record /tmp/pip-record-7ZoA5z/install-record.txt --single-version-externally-managed --compile" failed with error code 1 in /tmp/pip-install-xueL0r/twisted/
해결 방안: 1,python-dev 설치
[root@bogon python]# yum install python-devel
Loaded plugins: fastestmirror
Loading mirror speeds from cached hostfile
* base: mirrors.sohu.com
2, 설치 twisted
[root@bogon python]# pip install twisted
이 내용에 흥미가 있습니까?
현재 기사가 여러분의 문제를 해결하지 못하는 경우 AI 엔진은 머신러닝 분석(스마트 모델이 방금 만들어져 부정확한 경우가 있을 수 있음)을 통해 가장 유사한 기사를 추천합니다:
SES의 어둠에 직면하여 - 다중 구조의 혼란을 고찰-자신이 SES에서 일하기 때문에 그 일에 관해 쓴다. 제1장: 혼란을 똑똑히 보다 자신이 직면한 혼란은 무엇입니까? 2개 중개회사가 있어 현장의 엔지니어가 만족스럽게 고객에게 서비스를 제공하지 못해 혼란을 초래했다....
텍스트를 자유롭게 공유하거나 복사할 수 있습니다.하지만 이 문서의 URL은 참조 URL로 남겨 두십시오.
CC BY-SA 2.5, CC BY-SA 3.0 및 CC BY-SA 4.0에 따라 라이센스가 부여됩니다.