skip to Main Content

Python `ModuleNotFoundError` inside Docker container

I am developing and testing with airflow inside a docker container. The container is created using the image ghcr.io/apache/airflow/main/ci/python3.9 from apache/airflow. Inside the container, airflow and python are installed: $ which airflow /usr/local/bin/airflow $ which python /usr/local/bin/python I tried to…

VIEW QUESTION
Back To Top
Search