[Solved] pip Install Error: Missing dependencies for SOCKS support

The initialized PIP may report a PIP installation error: missing dependencies for socks support

Solution:
enter the following contents in the terminal name to solve the problem

unset  all_proxy
unset ALL_PROXY

Errors reported

after use

successful installation

Read More: