-
Notifications
You must be signed in to change notification settings - Fork 1k
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
docker-compose up -d error #51
Comments
I just cloned the repo a moment ago and ran into some errors when trying to run "docker-compose up" too. For my case, the error message was complaining about some missing mysql file towards the end.. I updated the docker image for puckel/docker-airflow to version 1.10.9 instead of 1.10.1 at the docker-compose.yml file. And also the sqlalchemy dependency to version 1.3.0. It works after that on my machine. I'm on Windows 10 with Docker Desktop v3.5.2(66501). Hope this helps! p.s. Also, I happened to miss out the 3rd prerequisite initially, that it to install the Apache Airflow python package. Don't miss it out. My working version of the docker-compose.yml:
|
I applied your suggestion but I keep getting the same error with _mysql. webserver_1 | |
This worked 😄 |
Having the same issue here. Did you find a way to fix it? |
@zishen1229 Have you fulfilled the third prerequisite yet? That is to install the Python package for Apache Airflow here . |
Yes, my versions are as below: |
@zishen1229 |
For me Manual installation steps for older versions of WSL worked. |
This is what worked for me. I had to updated the
|
OS: Arcolinux
I have installed the prerequisites, not sure why I'm getting this error. I don't have Postgres installed, maybe it has to do with this?
The text was updated successfully, but these errors were encountered: