ImportError: cannot import name 'abs'
The fixes I already tried were going into my Anaconda environment, activating it and running this command:
pip uninstall tensorflow protobuf --yes
pip install --ignore-installed --upgrade tensorflow-gpu
Now the error is the same.