You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When i following this tutorial, i have error when importing the module.
>>> import flask_whooshalchemy
Traceback (most recent call last):
File "<stdin>", line 1, in <module>
File "/data/data/com.termux/files/usr/lib/python3.8/site-packages/flask_whooshalchemy.py", line 18, in <module>
import flask.ext.sqlalchemy as flask_sqlalchemy
ModuleNotFoundError: No module named 'flask.ext'
>>>
I running my script on termux
The text was updated successfully, but these errors were encountered:
When i following this tutorial, i have error when importing the module.
I running my script on termux
The text was updated successfully, but these errors were encountered: