这个问题通常是由于升级到python2.7后执行pip产生的,解决方案是重新在python2.7环境中安装pip,步骤如下:
系统:centos7(建议用centos7,6的话需要升级的库太多,glibc也得升级,升级不好就虾米了)
yum install gcc python-setuptools python-devel easy_install pip
2024-02-22 17:14:16
这个问题通常是由于升级到python2.7后执行pip产生的,解决方案是重新在python2.7环境中安装pip,步骤如下:
系统:centos7(建议用centos7,6的话需要升级的库太多,glibc也得升级,升级不好就虾米了)
yum install gcc python-setuptools python-devel easy_install pip