Missing dependencies for SOCKS support.
Package:
requests
45920

Exception Class:
InvalidSchema
Raise code
InvalidURL)
from .auth import _basic_auth_str
try:
from urllib3.contrib.socks import SOCKSProxyManager
except ImportError:
def SOCKSProxyManager(*args, **kwargs):
raise InvalidSchema("Missing dependencies for SOCKS support.")
DEFAULT_POOLBLOCK = False
DEFAULT_POOLSIZE = 10
DEFAULT_RETRIES = 0
DEFAULT_POOL_TIMEOUT = None
Links to the raise (1)
https://github.com/psf/requests/blob/f6d43b03fbb9a1e75ed63a9aa15738a8fce99b50/requests/adapters.py#L47See also in the other packages (2)
(❌️ No answer)
pipenv/missing-dependencies-for-socks-su
(❌️ No answer)
pip/missing-dependencies-for-socks-suppo
NO FIXES YET
Just press the button and we will add solution
to this exception as soon as possible
* As many users press the button, the faster we create a fix
Add a possible fix
Please authorize to post fix