pip clear cache

Skip cache

If using pip 6.0 or newer, try adding the --no-cache-dir option. If using pip older than pip 6.0, upgrade it with pip install -U pip

pip install ... --no-cache-dir

clear cache

linux

cd ~/.cache/pip
sudo rm -rf *

win

Cache folder

C:\Users\hanjiale\AppData\Local\pip\cache

Guess you like

Origin blog.csdn.net/weixin_43742643/article/details/113547401