在使用pip进行包的安装时候报错pip is configured with locations that require TLS/SSL, however the ssl module in Python is not available,原因是python解释器需要用到openssl工具,如果你的环境中没有安装此工具的话,会出现这个问题,这时候需要安装

解决方法:
windows中安装的话,是去官网下载https://www.sqlite.org/download.html针对你的电脑设备来进行下载,然后解压安装即可;
linux系统的话使用安装命令即可
posted on 2020-12-29 11:48  松风新雪初霁  阅读(1984)  评论(0)    收藏  举报