Having issues with pip requests? How to troubleshoot common errors? or What's the best way to handle

18 Replies, 1778 Views

"Magic fix" incoming:

1. `pip uninstall requests -y`
2. `pip install --ignore-installed requests`
3. Pray.

Jokes aside, try `strace`/`dtruss` if on Linux/macOS to see where pip hangs.

Messages In This Thread



Users browsing this thread: 1 Guest(s)