清楚python库缓存:# 强制卸载所有残留(包括依赖包)pip uninstall -y numpy rm -rf ~/.cache/pip # 清除缓存(Linux/macOS)del /q/s "%APPDATA%\pip\Cache" # Windows清除缓存