Python’s requests “Missing dependencies for SOCKS support” when using SOCKS5 from Terminal February 2, 2023 by Tarik This means that requests is using socks as a proxy and that socks is not installed. Just run pip install pysocks