ERROR: Could not install packages due to an OSError: Missing dependencies for SOCKS support.的解决方法
Mac系统使用pip3安装某款软件时出现了下面的错误
ERROR: Could not install packages due to an OSError: Missing dependencies for SOCKS support.
解决方法很简单,解除终端的代理即可,
unset http_proxy
unset https_proxy
或者编辑.bzshrc 或者 .zshrc文件即可