python 报错

1.报错:error: command 'gcc' failed with exit status 1 的解决办法
解决:
yum -y install gcc python-devel  libffi-devel 

2.报错:No matching distribution found for pip3
解决:
pip3 install --upgrade pip

你可能感兴趣的:(python 报错)