pip Missing dependencies for SOCKS support Posted on 2025-02-13 In code When using linux with proxy, one may encounter error like this: 12345$ pip install -r requirements.txt ERROR: Could not install packages due to an OSError: Missing dependencies for SOCKS support.WARNING: There was an error checking the latest version of pip. This one line will solve the issue: 1export all_proxy=''