puckel / docker-airflow

Docker Apache Airflow
Apache License 2.0
3.75k stars 534 forks source link

Not able to load DAGS #386

Open leylmordor opened 5 years ago

leylmordor commented 5 years ago

googleapipythonclient is not found. But i have already installed using pip and still no luck

joaquinclearmetal commented 5 years ago

Did you install it in the container, current the pip package is not inside the container, e.g.

docker exec -ti $(docker ps -f name=airflow -q) bash
pip list | grep google