How to uninstall Airflow?

Yassin Abid picture Yassin Abid · Apr 29, 2019 · Viewed 10.6k times · Source

I am a newbie to Airflow. i have some trouble to remove Airflow v1.10.3 ,i am using pip3 version 8.1.1 on Ubuntu 16.04.

I already tried to remove pip with sudo apt-get remove python3-pip and sudo apt-get remove pip3 and all his dependencies. and tried to remove all libraries related with Python.

But i stil have Airflow and his commands down in terminal.

Answer

TapanHP picture TapanHP · Nov 18, 2019

If you are not able to uninstall with

pip uninstall airflow 

Maybe the reason is for the latest versions of Airflow this command will work

pip uninstall apache-airflow 

Credits to This Answer.