I\'ve come across situations where a current version of a package seems not to be working and requires reinstallation. But pip install -U won\'t touch a package
pip install -U
sudo pip3 install --upgrade --force-reinstall --no-deps --no-cache-dir ==
Some relevant answers:
Difference between pip install options "ignore-installed" and "force-reinstall"