Error installing flask-mysql

1

I am new using python3 and I want you to help me because when you insert the command sudo pip3 install flask-mysqldb the following error occurs

    
asked by Juan Pablo Pachar Viñan 16.10.2018 в 21:10
source

1 answer

0

The solution is already there, but I publish the answer in case the same thing happens to someone else.

This error is very typical on Linux systems and the solution to this is installing packages

The command to install the packages.

sudo apt-get install libmysqlclient-dev python-dev
    
answered by 17.10.2018 в 22:28