Fix Python Pip Cannot uninstall ‘wrapt’. It is a distutils installed project – TensorFlow Tutorial

By | January 10, 2020

When we are installing tensorflow with whl file, we have encountered an error: Cannot uninstall ‘wrapt’. It is a distutils installed project. In this tutorial, we will introduce how to fix it for tensorflow beginners.

pip can not uninstall wrapt

How to fix?

The simplest way is to run command below:

pip install wrapt --upgrade --ignore-installed wrapt

Then you will find this error is fixed.

2 thoughts on “Fix Python Pip Cannot uninstall ‘wrapt’. It is a distutils installed project – TensorFlow Tutorial

Leave a Reply