跳过缓存
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 xxx --no-cache-dir
清除缓存
查看缓存信息
pip cache info
还有指令可以查看 cache 列表和路径
pip cache list
pip cache dir
使用下面指令可以清除缓存
pip cache purge
对于 ubuntu,可以直接删除缓存所在文件夹
sudo rm -rf ~/.cache/pip
对于 win,可以直接删除缓存所在文件夹
C:\Users\your_name\AppData\Local\pip\cache