Could not find a version that satisfies the requirement flaskext

If you receive an error like

ModuleNotFoundError: No module named 'flaskext'

You can install this using the following command

pip install flask-mysql

Comments