ignore o cache pip
# Add --no-cache-dir before install
pip --no-cache-dir install scipy
launchable 720
# Add --no-cache-dir before install
pip --no-cache-dir install scipy
# this doesnt clear it but allows install with no cache
pip install PACKAGE --no-cache-dir