Does anyone know how to uninstall TensorFlow from Anaconda environment? I want to upgrade the TensorFlow to the latest version which is ver.1.4, but not working well. So I want to uninstall it and then install the newest version.
You can remove a package with the conda remove
command. So for TensorFlow this would be conda remove tensorflow
.
If you have installed using pip then use:
pip uninstall tensorflow
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With