更新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