I am trying to run a webpage using python flask and connecting it with the database of MySQL and while installing MySQL packages I\'m receiving this error.
Try this
Check the python version you use
# Python --version
and try installing for eg if your version is 2.7
#python2.7
Will work fine......