tambulkar opened a new issue #10204: URL: https://github.com/apache/airflow/issues/10204
**Apache Airflow version**: 1.10.11 **Kubernetes version (if you are using kubernetes)** (use `kubectl version`): **Environment**: Conda Python 3.6.11 **What happened**: Trying to import the DockerOperator from `airflow.operators.docker_operator and I get this error ModuleNotFoundError: No module named 'docker' **What you expected to happen**: Shouldn't airflow automatically install all the dependencies listed [here](https://github.com/apache/airflow/blob/1.10.11/requirements/requirements-python3.6.txt) when I run `pip install apache-airflow`? It is easily fixed by manually running `pip install docker`, but is this the expected behavior? **How to reproduce it**: ``` conda create -n test python 3.6.11 --yes conda activate test pip install apache-airflow pip freeze ``` [docker](https://github.com/docker/docker-py) doesn't appear in the list of installed packages ---------------------------------------------------------------- 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]
