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.
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.
rA atualização do wrapt Resolveu o problema. Grato
thanks..worked for me