TensorFlow-iOS-Example icon indicating copy to clipboard operation
TensorFlow-iOS-Example copied to clipboard

hello!it's me again(awkward)!

Open ANYMS-A opened this issue 8 years ago • 1 comments

In your article, you said Then to install the package:

pip3 uninstall tensorflow sudo -H pip3 install /tmp/tensorflow_pkg/tensorflow-1.0.0-XXXXXX.whl

I wanna know why I have to uninstall my tensor flow ,if I uninstall it, how can I use it after that?

ANYMS-A avatar Mar 29 '17 04:03 ANYMS-A

It uninstalls the previous version of TensorFlow first, and then installs the one you compiled by hand. If you don't uninstall the previous version you may get error messages or it may not actually do anything because it already thinks you have that version.

hollance avatar Mar 30 '17 10:03 hollance