Fix : mysql client error: subprocess-exited-with-error

engrmahabub
Mahabubur Rahman
Published on Jan, 22 2024 1 min read 0 comments
image

You may need to install the Python 3 and MySQL development headers and libraries like so:

sudo apt-get install python3-dev default-libmysqlclient-dev build-essential 

and then

apt install pkg-config

now try as bellow - 

pip install mysqlclient --no-cache-dir

 

 

0 Comments