摘要: 在django框架中使用命令创建app时报错from _sqlite3 import * ImportError: DLL load failed: 找不到指定的模块 #####原因是没有sqlite.dll文件,需要到官网进行下载,然后解压后将解压目录里面的文件拷贝到python.exe路径下即可 阅读全文
posted @ 2020-12-29 11:52 松风新雪初霁 阅读(294) 评论(0) 推荐(0)
摘要: ####在使用pip进行包的安装时候报错pip is configured with locations that require TLS/SSL, however the ssl module in Python is not available,原因是python解释器需要用到openssl工具 阅读全文
posted @ 2020-12-29 11:48 松风新雪初霁 阅读(1984) 评论(0) 推荐(0)