
正文
pip 安装管理失败解决
提示:扫一扫查出行【扫一扫了解最新限行尾号】
复制提示
问题:
pip install ansible
错误:
src/hash_template.c:361: warning: implicit declaration of function ‘Py_FatalError’
error: command 'gcc' failed with exit status 1
----------------------------------------
Rolling back uninstall of pycrypto
Command "/usr/bin/python -c "import setuptools, tokenize;__file__='/tmp/pip-buil
解决:
yum install python-devel






