pip版本引发的问题

使用conda安装了一个python环境,安装包的过程中报错:

tensorflow 1.10.1 has requirement setuptools<=39.1.0, but you'll have setuptools 40.8.0 which is incompatible.
...
...
...
Cannot uninstall 'certifi'. It is a distutils installed project and thus we cannot accurately determine which files belong to it which would lead to only a partial uninstall.

对pip降级

pip install pip==9.0.1

你可能感兴趣的:(数据分析)