Unable to install mysqlclient on Ubuntu LTS 18.04 LTS on Python3.6

This is how I fix it.
sudo apt-get install python3.6-dev libmysqlclient-dev
after that I activate the virtual environment and execute the following command
pip install mysqlclient

猜你喜欢

转载自blog.csdn.net/qq_39820860/article/details/84064437