pip install tk
WARNING: Retrying (Retry(total=4, connect=None, read=None, redirect=None, status=None)) after connection broken by 'ProxyError('Cannot connect to proxy.', OSError(0, 'Error'))': /simple/tk/
WARNING: Retrying (Retry(total=3, connect=None, read=None, redirect=None, status=None)) after connection broken by 'ProxyError('Cannot connect to proxy.', OSError(0, 'Error'))': /simple/tk/
WARNING: Retrying (Retry(total=2, connect=None, read=None, redirect=None, status=None)) after connection broken by 'ProxyError('Cannot connect to proxy.', OSError(0, 'Error'))': /simple/tk/
WARNING: Retrying (Retry(total=1, connect=None, read=None, redirect=None, status=None)) after connection broken by 'ProxyError('Cannot connect to proxy.', OSError(0, 'Error'))': /simple/tk/
WARNING: Retrying (Retry(total=0, connect=None, read=None, redirect=None, status=None)) after connection broken by 'ProxyError('Cannot connect to proxy.', OSError(0, 'Error'))': /simple/tk/
ERROR: Could not find a version that satisfies the requirement tk (from versions: none)
ERROR: No matching distribution found for tk
  • 1.
  • 2.
  • 3.
  • 4.
  • 5.
  • 6.
  • 7.
  • 8.

报错信息

参考解决方案

 

windows 命令行 pip 安装报错_报错信息

 

windows 命令行 pip 安装报错_命令行_02

 

windows 命令行 pip 安装报错_解决方案_03

 

 

windows 命令行 pip 安装报错_命令行_04

 

在去windows 命令行更新 pip 安装 可以了

windows 命令行 pip 安装报错_报错信息_05