ERROR: Could not install packages due to an OSError: Missing dependencies for SOCKS support.的解决方法

Sunday, Jan 8, 2023 | 1 minute read | Updated at Sunday, Jan 8, 2023

@

Mac系统使用pip3安装某款软件时出现了下面的错误

ERROR: Could not install packages due to an OSError: Missing dependencies for SOCKS support.

解决方法很简单,解除终端的代理即可,

unset http_proxy
unset https_proxy

或者编辑.bzshrc 或者 .zshrc文件即可

© 2018 - 2026 vpslala

🌱 Powered by Hugo with theme Dream.