0

I am trying to install apache-airflow-providers-mysql

I have use the following command

pip install apache-airflow-providers-mysql

But I a, getting an error like this

enter image description here

Anoop
  • 505
  • 8
  • 23

1 Answers1

3

Please try:

For Debian 8 or older

sudo apt-get install libmysqlclient-dev

For Debian > 8

sudo apt-get install default-libmysqlclient-dev

And then try installing apache-airflow-providers-mysql