记录下今天pip安装报错:
Command "/usr/bin/python3 -u -c "import setuptools, tokenize;__file__='/tmp/pip-build-_r74ybo2/uWSGI/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-z2g_paa7-record/install-record.txt --single-version-externally-managed --compile" failed with error code 1 in /tmp/pip-build-_r74ybo2/uWSGI/
解决办法:
yum -y install python36-devel
即可
© 版权声明
THE END
暂无评论内容