
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
文件即可
💘 相关文章
- rclone error listing directory not found的解决方法
- mac系统Error: The current working directory doesn't exist, cannot proceed.的解决方法
- ERROR 1054 (42S22): Unknown column 'id' in 'field list'的解決方法
- fatal: remote error: The unauthenticated git protocol on port 9418 is no longer support解决方法
- brew cask "Error: Unknown command: cask?"的解决方法
- supervisor ERROR (spawn error)的解决方法
- mysql error 1364 Field doesn't have a default values的解決方法
- wordpress A TimThumb error has occured的解决方法
- nginx: [warn] "ssl_stapling" ignored, not supported error
- supervisor Error: File contains no section headers的解决方法