include <Python.h> error / gcc
根据所使用的python版本,来安装对应的环境
比如使用python3.6 安装python36-devel
yum install python36-devel
pip._vendor.urllib3.exceptions.ReadTimeoutError: HTTPSConnectionPool(host='f
可以将检测延迟时间变长
pip --default-timeout=1000 install -U matplotlib