I'm very very new to Apache-airflow, just started a course in udemy (this course) .
We have recieved YAML file and were asked to follow instructions in order to install airflow. I have been able to install airflow, I beleive, because I have gotten any error while doing the next steps:
AIRFLOW_IMAGE_NAME=apache/airflow:2.3.0
AIRFLOW_UID=50000
docker-compose up -d
Then when I tried to open localhost:8080 nothing was opened.
When I checked the containers, using
docker-compose ps
I have seen that some of the containers are not healthy.
docker logs materials_name_of_the_container #here I inserted every tome different container name
The most common error was "unable to configure handler "processor"
I have seen here post with similar problem that recommened to use pip to install Azure ,and I have tried to print this in the terminal:
pip install 'apache-airflow[azure_blob_storage,azure_data_lake,azure_cosmos,azure_container_instances]
#also tried with one more '
pip install 'apache-airflow[azure_blob_storage,azure_data_lake,azure_cosmos,azure_container_instances]'
I got an error that pip is not recognized:

My goal is to complete the installation , and "on -the-way" to understand why these errors happened. I beleive the the YAML file is well (because it's an organized course), but no idea where or what happenned inside the contaienrs, and where these containers are located, so any "dummy" explaination for beginner is welcome.
In the end I could solve this issue , after reading this troubleshooting page. I was trying to configure the users&groups, then I have realized that for some reason, my user is not the administrator. I have changed it, uninstall everything (docker+visual studio) and then installed it again , and- yayyy! it worked and this error didn't appear.
so the steps I did: ~the foirst part of changing to administrator- I have done yesterday and I don't remember 100% how, I think it was this, if it's wrong please let me know...


4. restart the computer
5. uninstalled docker and visual studio
6. installed docker and visual studio again
7. docker-compose up -d ....
then after few minutes it worked.
Thanks for everyone who tried to help me :)
let me know if there is somethin g to improve in this answer.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With