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
I'm trying to build via docker-compose and this is my error:
> web_1 | File "/logrr/logrr/models.py", line 6, in <module>
> web_1 | import flask_whooshalchemy as whooshalchemy
> web_1 | File "/usr/local/lib/python3.7/site-packages/flask_whooshalchemy.py", line 18, in <module>
> web_1 | import flask.ext.sqlalchemy as flask_sqlalchemy
> web_1 | ModuleNotFoundError: No module named 'flask.ext'
In my requirements.txt I have flask_whooshalchemy and am using import flask_whooshalchemy as whooshalchemy in my models.py file.
Is the error my end or a bug? I can't really tell
The text was updated successfully, but these errors were encountered:
Can someone please fix this deprecation bug? If we need to edit the code to run whooshalchemy then we have to carry this edited whooshalchemy version to production as well, which is not ideal.
I'm trying to build via docker-compose and this is my error:
In my requirements.txt I have
flask_whooshalchemy
and am usingimport flask_whooshalchemy as whooshalchemy
in mymodels.py
file.Is the error my end or a bug? I can't really tell
The text was updated successfully, but these errors were encountered: