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
Given you installed bartender with pip install git+https://github.com/i-VRESSE/bartender.git.
Running alembic upgrade head will complain about missing alembic.ini.
When alembic.ini is downloaded then next error is that it can not find src/bartender/db/migrations script location.
It would be nice if quickstart steps in README actually work.
Given you installed bartender with
pip install git+https://github.com/i-VRESSE/bartender.git
.Running
alembic upgrade head
will complain about missingalembic.ini
.When alembic.ini is downloaded then next error is that it can not find
src/bartender/db/migrations
script location.It would be nice if quickstart steps in README actually work.
The alembic.ini should have its script_location field set with package resource so it can find the migration scripts , see (https://alembic.sqlalchemy.org/en/latest/tutorial.html .
The text was updated successfully, but these errors were encountered: