python pip安装时error

发布时间 2023-03-22 21:09:07作者: learn_to_death
WARNING: pip is configured with locations that require TLS/SSL, however the ssl module in Python is not available.
 
 
mkdir -p ~/.pip
vim ~/.pip/pip.conf
 
输入内容:
  [global]
  index-url = http://mirrors.aliyun.com/pypi/simple/
  [install]
  trusted-host = mirrors.aliyun.com