python
progfei
这个作者很懒,什么都没留下…
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
Django2连接Mysql数据库(Python3.5 mysql5.6)
1. __init_.py文件添加如下配置: # coding=utf-8 import pymysql pymysql.install_as_MySQLdb() 2.执行迁移文件 出错 django.core.exceptions.ImproperlyConfigured: mysqlclient 1.3.3 or newer is required; you have 0.7.11.None 将出错文件中 C:\Users\dell\AppData\Local\Programs\Py转载 2020-07-14 16:05:41 · 181 阅读 · 0 评论 -
python日常错误
1.0 importError : cannot import name imsave 错误地方提示为 from scipy.misc import imsave 错误原因 : 缺少pillow库的安装 需要装上pillow库 ...转载 2018-09-05 16:35:27 · 156 阅读 · 0 评论
分享