Problem
I am attempting to install mysqlclient via:
$ pip install mysqlclient
I receive the following error:
Command "python setup.py egg_info" failed with error code 1 in /tmp/pip-install-_kwgf7vk/mysqlclient/
Background
Python version: 3.6.6
OS: Ubuntu 18.04.1 LTS
Virtualenv: I receive the same error both inside and outside of my virtual environment
Question
How can I successfully install mysql?


mariadb-serverbefore this and then try