Python's requests “Missing dependencies for SOCKS support” when using SOCKS5 from Terminal

后端 未结 14 1011
南笙
南笙 2020-12-12 20:36

I\'m trying to interact with an API from my Python 2.7 shell using a package that relies on Python\'s requests. Thing is the remote address is blocked by my network (univers

14条回答
  •  陌清茗
    陌清茗 (楼主)
    2020-12-12 21:13

    I faced the same issue where got the error Missing dependencies for SOCKS support. with Anaconda Python 3.7

    As conda command was working fine, I installed pysocks with the command conda install pysocks

    This resolved the issue.

提交回复
热议问题