We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
seems that alembic.ini is missing from the release on PyPi, resulting in
ConfigParser.NoSectionError: No section: 'alembic'
when invoking dagobahd after running pip install.
dagobahd
The text was updated successfully, but these errors were encountered:
This is still an issue.
Sorry, something went wrong.
@qoelet I think I figured out the right way to fix this, can you take a look at this branch and see if it installs for you? https://github.com/thieman/dagobah/tree/alembic
@thieman this branch works, looks good. :)
No branches or pull requests
seems that alembic.ini is missing from the release on PyPi, resulting in
when invoking
dagobahd
after running pip install.The text was updated successfully, but these errors were encountered: