pip uninstall package wtih cache code example
Example: clear pip cache
# this doesnt clear it but allows install with no cache
pip install PACKAGE --no-cache-dir
# this doesnt clear it but allows install with no cache
pip install PACKAGE --no-cache-dir