
ERROR: Could not install packages due to an OSError: Missing dependencies for SOCKS support.的解决方法
Mac系统使用pip3安装某款软件时出现了下面的错误
1
ERROR: Could not install packages due to an OSError: Missing dependencies for SOCKS support.
解决方法很简单,解除终端的代理即可,
1
2
unset http_proxy
unset https_proxy
或者编辑.bzshrc
或者 .zshrc
文件即可
💘 相关文章
- fatal: remote error: The unauthenticated git protocol on port 9418 is no longer support解决方法
- supervisor Error: File contains no section headers的解决方法
- error while loading shared libraries的解决方法
- supervisor ERROR (spawn error)的解决方法
- mysqldump error 1194的解決方法
- php Parse error: syntax error, unexpected ';', expecting ',' or ')'的解决方法
- brew cask "Error: Unknown command: cask?"的解决方法
- wordpress A TimThumb error has occured的解决方法
- mac系统Error: The current working directory doesn't exist, cannot proceed.的解决方法
- mysql error 1364 Field doesn't have a default values的解決方法