I am trying to install MySQL in django using the command: pipenv install mysqlclient, it is giving me this error as shown in snapshot, please help?

You possibly need to first install the library for the OS you are using eg sudo apt install libmysqlclient-dev and then pipenv install mysqlclient.

2 Likes

This is very useful thanks for sharing this keep it up.