У меня есть обновленный Centos 7 64bit. Я пытаюсь установить питон криптографию с помощью этой команды:gcc ошибка установка python криптография centos 7 64
pip install cryptography
Но я получил сообщение об ошибке:
Failed to build cryptography
Installing collected packages: cryptography
Running setup.py install for cryptography ... error
Complete output from command /usr/bin/python3.4 -u -c "import setuptools, tokenize;__file__='/tmp/pip-build-lulu_cn7/cryptography/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-2t0eqhin-record/install-record.txt --single-version-externally-managed --compile:
gcc -pthread -Wno-unused-result -DDYNAMIC_ANNOTATIONS_ENABLED=1 -DNDEBUG -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic -D_GNU_SOURCE -fPIC -fwrapv -fPIC -I/usr/include/python3.4m -c build/temp.linux-x86_64-3.4/_openssl.c -o build/temp.linux-x86_64-3.4/build/temp.linux-x86_64-3.4/_openssl.o
build/temp.linux-x86_64-3.4/_openssl.c:12:24: fatal error: pyconfig.h: No such file or directory
# include <pyconfig.h>
^
compilation terminated.
error: command 'gcc' failed with exit status 1
----------------------------------------
Command "/usr/bin/python3.4 -u -c "import setuptools, tokenize;__file__='/tmp/pip-build-lulu_cn7/cryptography/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-2t0eqhin-record/install-record.txt --single-version-externally-managed --compile" failed with error code 1 in /tmp/pip-build-lulu_cn7/cryptography/
я смотрю везде для решения, но не повезло Вот версию моих пакетов:
Python 2.7.5 Python 3.4.5 пип 9.0.1 из /usr/lib/python3.4/site-packages (Python 3.4)
Да уже сделано. Пакет python-devel-2.7.5-48.el7.x86_64 уже установлен и последняя версия – NiBE
Я отредактировал свой ответ, поскольку я заметил, что вы используете python3, а не python2 (у вас есть python-devel для python2). – 13dimitar
спасибо, я уже пробовал это, но centos7 не имеет этот пакет: ням установить -y python3-разви Loaded плагины fastestmirror загрузка скорости зеркала от кэшированных hostfile * Основание: centos.fastbull.org * EPEL: mirror.imt-systems.com * Дополнительные услуги: centos.fastbull.org * Обновления: centos.fastbull.org Нет пакета python3-devel доступно – NiBE