Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

sqlalchemy missing from required dependencies list #98

Closed
ehclark opened this issue Oct 21, 2024 · 0 comments · Fixed by #101
Closed

sqlalchemy missing from required dependencies list #98

ehclark opened this issue Oct 21, 2024 · 0 comments · Fixed by #101
Assignees
Labels
bug Something isn't working

Comments

@ehclark
Copy link
Contributor

ehclark commented Oct 21, 2024

The sqlalchemy library is required for both Postgres and Snowflake storage backends. It should be in the list of required dependencies.

To Reproduce

  1. Clone anyvar repo
  2. Follow the instructions to prepare for development: make devready
  3. Start anyvar: uvicorn anyvar.restapi.main:app
    ERROR: ModuleNotFoundError: No module named 'sqlalchemy'

Expected behavior
AnyVar starts up successfully

# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant