We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
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
我用的是ubuntu18.04LS,flask run的时候抛出一个错误
flask run
Traceback (most recent call last): File "/usr/local/bin/flask", line 7, in <module> from flask.cli import main File "/home/steiner/.local/lib/python3.6/site-packages/flask/__init__.py", line 21, in <module> from .app import Flask File "/home/steiner/.local/lib/python3.6/site-packages/flask/app.py", line 69, in <module> from .wrappers import Request File "/home/steiner/.local/lib/python3.6/site-packages/flask/wrappers.py", line 14, in <module> from werkzeug.wrappers.json import JSONMixin as _JSONMixin ModuleNotFoundError: No module named 'werkzeug.wrappers.json'; 'werkzeug.wrappers' is not a package
这个怎么解决
The text was updated successfully, but these errors were encountered:
把werkzeug版本改成0.15.4试试 https://stackoverflow.com/questions/56933523/apache-airflow-airflow-initdb-throws-modulenotfounderror-no-module-named-wer
Sorry, something went wrong.
No branches or pull requests
我用的是ubuntu18.04LS,
flask run
的时候抛出一个错误这个怎么解决
The text was updated successfully, but these errors were encountered: