python在import Flask的时候报错cannot import name 'dump_age'
原因:werkzeug版本不兼容。
解决方法:
pip uninstall werkzeug pip install -U werkzeug