当我尝试使用Flask扩展时,我的应用程序会ModuleNotFound在像from flask.ext.sqlalchemy import SQLAlchemy或等行上引发错误from flask.exthook import ExtDeprecationWarning.我安装了Flask和扩展程序.为什么我会收到此错误?
ModuleNotFound
from flask.ext.sqlalchemy import SQLAlchemy
from flask.exthook import ExtDeprecationWarning
python flask
flask ×1
python ×1