forked from docs/doc-exports
Reviewed-by: Pristromskaia, Margarita <margarita.pristromskaia@t-systems.com> Co-authored-by: wanghuijuan738 <wanghuijuan738@huawei.com> Co-committed-by: wanghuijuan738 <wanghuijuan738@huawei.com>
2.8 KiB
2.8 KiB
What Should I Do If Error "command ´gcc´ failed with exit status 1" Occurs During PIP-based Software Installation?
Symptom
When installing the Python library software, you need to configure the PIP source. Take the official image source as an example:
[root@test home]# cat /root/.pip/pip.conf [global] index-url = https://pypi.python.org/simple trusted-host = pypi.python.org
During the installation, the system displays the message "command ´gcc´ failed with exit status 1". However, GCC has been installed by running the yum command before the Python library software is installed using the PIP.
Possible Causes
openssl-devel is not supported.
Parent topic: Troubleshooting