最近学习tensorflow。因为tensorflow对python环境要求,所以我重新安装python3.5的环境。 安装完成之后,使用pip3安装程序,提示错误 问题原因:pip版本过低 解决办法: pip3 install --upgrade pip