Skip cache use while installing.
Section: Debugging, Network, and Resolver
Disable cache for one install
bash
bash
python -m pip install --no-cache-dir requestsExplanation
Helpful when verifying fresh downloads or working around a cache issue.
Learn the surrounding workflow
Compare similar commands or jump into common fixes when this command is part of a bigger troubleshooting path.
Related commands
Same sheet · prioritizing Debugging, Network, and Resolver