MatrixManAtYrService commented on issue #15952: URL: https://github.com/apache/airflow/issues/15952#issuecomment-844558488
Uh, maybe I should have thought about that beforehand. I just cloned airflow and did a `pip install -e /path/to/airflow` (so yes, editable). Let me try again... I expect these commands to give me a blank slate at a more deterministic version: ``` python3 -m venv venv source venv/bin/activate pip install --upgrade pip wheel pip install apache-airflow apache-airflow-providers-docker pip freeze | grep apache-airflow ``` At the end, they say this: ``` apache-airflow==2.0.2 apache-airflow-providers-docker==1.2.0 ``` Given those versions, I still get the same error. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected]
