python pip ValueError: Invalid IPv6 URL
应该是那儿有 [ 或者 ] 识别成了ipv6
可以pip config debug 排查
pip config unset global.trusted-host pip config set global.trusted-host "pypi.tuna.tsinghua.edu.cn"
重新设置
应该是那儿有 [ 或者 ] 识别成了ipv6
可以pip config debug 排查
pip config unset global.trusted-host pip config set global.trusted-host "pypi.tuna.tsinghua.edu.cn"
重新设置