warning:pip is configured with locations that require TLS/SSL
更新一下pip试试:
pip install --upgrade pip
升级一下你的pip
pip install --upgrade pip
升级完之后,再安装你的包。
如果以上回答对您有所帮助,点击一下采纳该答案~谢谢
命令 | 说明 |
---|---|
install | Install packages. |
download | Download packages. |
uninstall | Uninstall packages. |
freeze | Output installed packages in requirements format. |
list | List installed packages. |
show | Show information about installed packages. |
check | Verify installed packages have compatible dependencies. |
config | Manage local and global configuration. |
search | Search PyPI for packages. |
wheel | Build wheels from your requirements. |
hash | Compute hashes of package archives. |
completion | A helper command used for command completion. |
help | Show help for commands. |