我试图安装“学者”软件包,但我不断收到此错误:
x86_64-linux-gnu-gcc -pthread -DNDEBUG -g -fwrapv -O2 -Wall -Wstrict-prototypes -fno-strict-aliasing -Wdate-time -D_FORTIFY_SOURCE=2 -g -fstack-protector-strong -Wformat -Werror=format-security -fPIC -I/usr/include/python2.7 -c build/temp.linux-x86_64-2.7/_openssl.c -o build/temp.linux-x86_64-2.7/build/temp.linux-x86_64-2.7/_openssl.o
build/temp.linux-x86_64-2.7/_openssl.c:434:30: fatal error: openssl/opensslv.h: No such file or directory
compilation terminated.
error: command 'x86_64-linux-gnu-gcc' failed with exit status 1
Command "/usr/bin/python -u -c "import setuptools,tokenize;__file__='/tmp/pip-build-0OXGEx/cryptography/setup.py';exec(compile(getattr(tokenize, 'open', open)(__file__).read().replace('\r\n', '\n'), __file__, 'exec'))" install --record /tmp/pip-EdgZGB-record/install-record.txt --single-version-externally-managed --compile" failed with error code 1 in /tmp/pip-build-0OXGEx/cryptography/
我有同样的问题。这帮助了我:
sudo apt-get install build-essential libssl-dev libffi-dev python-dev
如果您使用python3,请尝试将其替换python-dev
为python3-dev
问题内容: 我正在尝试使用CentOS安装lxml软件包,并在最后抛出此错误: 错误: 问题答案: 是否安装了gcc?
我正在尝试安装mysqlclient,但我得到以下错误消息: _mysql.c:40:20:致命错误:python.h:没有终止此类文件或目录编译。错误:命令“x86_64-linux-gnu-gcc”失败,退出状态为%1
问题内容: 我正在运行Ubuntu 11.04,Python 2.7.1,并想安装Pyaudio。所以我跑了 在终端中,并退出并显示以下错误消息, 我不确定是将其发布在askubuntu.com还是在stackoveflow中发布,但是无论如何,它都在stackoverflow中。另外我用谷歌搜索了一下这个问题,发现通过安装python- dev已经解决了一些问题。我已经安装了python-dev
我正在尝试安装mysqlclient,但我收到此错误消息: _mysql。c: 40:20:致命错误:Python。h: 未终止此类文件或目录编译。错误:命令“x86_64-linux-gnu-gcc”失败,退出状态为1 有人能帮我解决这个问题吗?
我想在我的系统上安装,以便为软件部署提供“herd”..但是终端显示一个gcc错误: 为什么找不到?
问题内容: 我试图在Mac Os High Sierra上运行 但是我越来越 我已经尝试过有关该主题的解决方案,但是没有用。 这是完整的错误信息 这是蟒蛇 这是我正在使用的点 问题答案: abamert的答案对我不起作用。虽然这样做,但您可以尝试跳过第一步,