
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解决方法
- brew cask "Error: Unknown command: cask?"的解决方法
- error while loading shared libraries的解决方法
- Starting MySQL... ERROR! ……quit without updating PID file (/opt/mysql/data/mysql.pid)解決方法
- mysqldump error 1194的解決方法
- wordpress A TimThumb error has occured的解决方法
- rclone error listing directory not found的解决方法
- supervisor ERROR (spawn error)的解决方法
- ERROR 1054 (42S22): Unknown column 'id' in 'field list'的解決方法
- PicGo配置兼容亚马逊s3的digitalocean space出現Error Stack Begin的解決方法