一、创建环境报错:

1 ValueError: Unable to determine SOCKS version from socks://127.0.0.1:1080/

解决方案:

终端输入:

1 unset all_proxy && unset ALL_PROXY

 或者

1 export all_proxy="socks5://127.0.0.1:1080"

 

相关文章:

  • 2021-09-25
  • 2021-11-22
  • 2018-03-15
  • 2019-12-03
  • 2018-08-08
  • 2021-10-14
  • 2021-11-29
猜你喜欢
  • 2021-09-22
  • 2021-05-26
  • 2021-11-22
  • 2021-06-15
  • 2021-10-19
  • 2021-07-29
相关资源
相似解决方案