maple-bbs icon indicating copy to clipboard operation
maple-bbs copied to clipboard

初始化sql时故障

Open stable-yi opened this issue 5 years ago • 2 comments

环境,安装包都配置完成。 python runserver.py db init之后报错__init__() got an unexpected keyword argument 'use_auth' 并且小白一枚,能麻烦博主指导一下config.example具体该怎么配置吗,谢谢了!

stable-yi avatar Feb 06 '20 06:02 stable-yi

我看到前面的issues虽然也有这个问题,但是我前面的requirements.txt也安装好了啊 Requirement already satisfied: setuptools in c:\programdata\anaconda3\lib\site-packages (from anaconda-client==1.7.2->-r requirements.txt (line 2)) (40.2.0)

stable-yi avatar Feb 06 '20 06:02 stable-yi

@stable-yi 这应该是flask-maple的版本问题,使用pip install Flask-Maple==0.5.3

honmaple avatar Feb 09 '20 05:02 honmaple