Skip to content
New issue

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

sqlalchemy.ext.declarative.clsregistry #645

Open
tmpuch opened this issue Aug 20, 2021 · 1 comment
Open

sqlalchemy.ext.declarative.clsregistry #645

tmpuch opened this issue Aug 20, 2021 · 1 comment

Comments

@tmpuch
Copy link

tmpuch commented Aug 20, 2021

I am able to build the container with the following command:
docker build --rm -t puckel/docker-airflow .

Then run the container with this command.
docker run -d -p 8080:8080 -v D:/airflow/local_dags/:/usr/local/airflow/dags --name airflow puckel/docker-airflow webserver

It fails and when I check the log I see it complaining about:
ModuleNotFoundError: No module named 'sqlalchemy.ext.declarative.clsregistry'

I added a pip install SQLAlchemy to Dockerfile:
&& pip install 'SQLAlchemy==1.3.23'
but that has not helped and still get the same result in the log.

Any idea how to get around this?

@yadavarvind
Copy link

use pip install SQLAlchemy==1.3.13, it is working for me

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants