更新tensorflow时遇到报错spa
Found existing installation: enum34 1.0.4
Cannot uninstall 'enum34'. 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.ip
解决方法以下:it
pip install enum34 --upgrade --ignore-installedpip
成功升级enum34模块到最新版本,而后顺利升级TensorFlow:io
pip install tensorflow --upgradetensorflow