Commande Pip Clear Cache
pip cache purge
Long Lark
pip cache purge
# Add --no-cache-dir before install
pip --no-cache-dir install scipy
pip cache dir
# this doesnt clear it but allows install with no cache
pip install PACKAGE --no-cache-dir