Replies: 1 comment
-
可以在网上检索下mysqlclient 的安装方法,相关错误搜索下有很多解决方案https://github.com/PyMySQL/mysqlclient |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
重现步骤
1.安装Python3.9解释器
2.下载最新版archery
3.
pip install -r requirements.txt
4. 启动server
报错:
预期外的结果
使用最新版archery在本地调试,启动server报错
Google的结果是python3.5之后不支持MySQLdb使用,而是使用pymysql。
在
archery/__init__.py
文件增加以下代码解决该问题同时会遇到一个新问题,点击页面
sql审核->sql上线
,选择实例的时候会报错日志文本
No response
版本
1.8.5
部署方式
手工部署
是否还有其他可以辅助定位问题的信息?比如数据库版本等
No response
Beta Was this translation helpful? Give feedback.
All reactions