-
Notifications
You must be signed in to change notification settings - Fork 630
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
AttributeError: 'Babel' object has no attribute 'localeselector' #1200
Comments
os: ubuntu 20.04 |
请问您环境里 flask_babel 的版本号是多少 |
pip listPackage Version attrs 19.3.0 |
您好,我这里复现出来了,应该是最新版的flask_babel接口发生了变化,请您暂时先使用 pip install flask_babel==2.0.0 来解决这一问题 |
收到。 |
有最终解决方案了吗? |
安装新版本的visualdl就不会出现这个问题,2.5之后的VisualDL版本适配了最新的flask_babel接口 |
The error
I have the same problem and I don't know what the solution is :( |
Thank you, it worked for me and solved the problem :) |
Please which version of Flask is compatible with flask_babel==2.0.0 Thank you |
I found a solution using these requirements flask<3.0.0
flask-babel==2.0.0
werkzeug==3.0.0 |
install
run
error output:
The text was updated successfully, but these errors were encountered: