Closed tigre-bleu closed 1 year ago
Hey, sorry for the slow response. I had to hardcode the sqlalchemy
package itself ontop of the Flask-SQLAlchemy one.
Give it another go, and feel free to re-open this issue if the problem persists.
That's fine now. Thanks
Hello,
I tried to install crackerjack on Ubuntu 22.04.2 LTS but this fails with the exception below while running
flask db init
.Installation is performed in a venv with pip (procedure as in documentation). pip requirements install goes fine.
I tried to pin some old versions of
Flask-SQLAlchemy
in requirements.txt but without success.