我正在尝试使用CentOS安装lxml软件包,sudo pip install lxml
并在最后抛出此错误:
error: command 'gcc' failed with exit status 1
---------------------------------------
Command /usr/bin/python -c "import setuptools;__file__='/tmp/pip-build-root/lxml/setup.py';exec(compile(open(__file__).read().replace('\r\n', '\n'), __file__, 'exec'))" install --record /tmp/pip-PjviBq-record/install-record.txt --single-version-externally-managed failed with error code 1 in /tmp/pip-build-root/lxml
Storing complete log in /root/.pip/pip.log
[hg@user-centos-1 ~]$ error: command 'gcc' failed with exit status 1
bash: error:: command not found
是否安装了gcc?
sudo yum install gcc
问题内容: 我正在运行Ubuntu 11.04,Python 2.7.1,并想安装Pyaudio。所以我跑了 在终端中,并退出并显示以下错误消息, 我不确定是将其发布在askubuntu.com还是在stackoveflow中发布,但是无论如何,它都在stackoverflow中。另外我用谷歌搜索了一下这个问题,发现通过安装python- dev已经解决了一些问题。我已经安装了python-dev
我想在我的系统上安装,以便为软件部署提供“herd”..但是终端显示一个gcc错误: 为什么找不到?
问题内容: 我试图安装“学者”软件包,但我不断收到此错误: 问题答案: 我有同样的问题。这帮助了我: 如果您使用python3,请尝试将其替换为
在CentOS 7.7中,我安装了python3,我想通过pip3安装,但得到以下错误:
会有什么问题? 编辑:完全错误可以在这里找到,这似乎是最相关的部分:
问题内容: 尝试在Ubuntu 12.10 x64中的virtualenv中运行“ pip install lxml”时出现以下错误。我有Python 2.7。 我在这里看到了关于同一问题的其他相关问题,并尝试安装python-dev,libxml2-dev和libxslt1-dev。 从我提示命令的那一刻到错误发生的那一刻,请仔细查看一下追溯。 问题答案: 这是我保存的笔记。 它适用于我的Ubu