It seems mysql_config is missing on your system or the installer could not find it. Be sure mysql_config is really installed.
For example on Debian/Ubuntu you must install the package:
sudo apt-get install libmysqlclient-dev
Maybe the mysql_config is not in your path, it will be the case when you compile by yourself the mysql suite.
Update: For recent versions of debian/ubuntu (as of 2018) it is
sudo apt install default-libmysqlclient-dev
Related Posts:
- pip install mysql-python fails with EnvironmentError: mysql_config not found
- “pip install unroll”: “python setup.py egg_info” failed with error code 1
- How do I install a Python package with a .whl file?
- pip/python: normal site-packages is not writeable
- How do I install a Python package with a .whl file?
- python3 command not found after installing python with pyenv
- “ssl module in Python is not available”
- How to uninstall mini conda? python
- Visual C++ for python failed with exit status 2 when installing divisi2
- PIP (Python) : ImportError: cannot import name _remove_dead_weakref
- How to install pip with Python 3?
- ‘pip’ is not recognized as an internal or external command
- How to update/upgrade a package using pip?
- How do I update\upgrade pip itself from inside my virtual environment?
- bash: pip: command not found
- bash: pip: command not found
- How to uninstall a package installed with pip install –user
- Pip freeze vs. pip list
- How do I install pip on macOS or OS X?
- How can I install pip on Windows?
- Where does pip install its packages?
- How to install python3 version of package via pip on Ubuntu?
- Could not install packages due to an EnvironmentError:
- Could not find a version that satisfies the requirement tensorflow
- “ssl module in Python is not available” when installing package with pip3
- Can’t fix “zipimport.ZipImportError: can’t decompress data; zlib not available” when I type in “python3.6 get-pip.py”
- Configuring so that pip install can work from github
- import opencv vs import cv2
- No module named ‘psycopg2’
- How to pip or easy_install tkinter on Windows
- filename.whl is not supported wheel on this platform
- Permission denied error by installing matplotlib
- Updating matplotlib in virtualenv with pip
- E: unable to locate package pip
- “E: Unable to locate package python-pip” on Ubuntu 18.04 [duplicate]
- How to install pip3 on Windows?
- “ImportError: no module named ‘requests'” after installing with pip
- How do I install the yaml package for Python?
- ModuleNotFoundError: No module named ‘matplotlib’
- Install mysql-python (Windows)
- How to install PIP on Python 3.6?
- error: Unable to find vcvarsall.bat
- AttributeError: Module Pip has no attribute ‘main’
- Can I force pip to reinstall the current version?
- Removing pip’s cache?
- Could not find a version that satisfies the requirement
- No module named pkg_resources
- What is the purpose of “pip install –user …”?
- How to upgrade all Python packages with pip
- How do I remove all packages installed by PIP?
- What is the easiest way to remove all packages installed by pip?
- How to get pip to work behind a proxy server
- ‘pip3’ is not recognized as an internal or external command, operable program or batch file
- Using Pip to install packages to Anaconda Environment
- How to install multiple python packages at once using pip
- How are Pipfile and Pipfile.lock used?
- Checking whether pip is installed?
- AttributeError: Module Pip has no attribute ‘main’
- Is it safe to delete ~/.cache/pip directory
- How can I install Python’s pip3 on my Mac?
- No module named “Torch”
- upgade python version using pip
- clang error: unknown argument: ‘-mno-fused-madd’ (python package installation failure)
- ‘pip install’ fails for every package (“Could not find a version that satisfies the requirement”) [duplicate]
- ImportError: No module named MySQLdb
- Pipenv: Command Not Found
- Pip – Fatal error in launcher: Unable to create process using ‘”‘
- python pip on Windows – command ‘cl.exe’ failed
- pip is configured with locations that require TLS/SSL, however the ssl module in Python is not available
- pip install -r requirements.txt [Errno 2] No such file or directory: ‘requirements.txt’
- Zsh: Conda/Pip installs command not found
- ImportError: No module named ‘yaml’
- pip connection failure: cannot fetch index base URL http://pypi.python.org/simple/
- How to run Pip commands from CMD
- How to install PyGame on Python 3.4?
- Django Rest Framework — no module named rest_framework
- TensorFlow not found using pip
- python NameError: name ‘file’ is not defined
- boto3 python 2.7 ImportError: No module named boto3 USER_BASE USER_SITE site packages doesn’t exist
- pip3 error – ‘_NamespacePath’ object has no attribute ‘sort’
- ImportError: No module named Crypto.Cipher
- Python 3.6 No module named pip
- How to fix error “ERROR: Command errored out with exit status 1: python.” when trying to install django-heroku using pip
- Python can’t find module NLTK
- Unable to resolve ‘requests’. IntelliSense may be missing for this module. Visual Studio/Python
- Could not install packages due to an EnvironmentError: [Errno 13]
- Replacing Pandas or Numpy Nan with a None to use with MysqlDB
- ERROR: Could not build wheels for cryptography which use PEP 517 and cannot be installed directly
- How to install pip for Python 3 on Mac OS X?
- How to install Openpyxl with pip
- Failed building wheel for Twisted in Windows 10 python 3
- Installing MySQL-python causes command ‘clang’ failed with exit status 1 on Mac OS 10.13.15
- How to install NumPy for Python 3.6
- How to resolve “ImportError: DLL load failed:” on Python?
- How to install numpy to Python 3.5?
- Install pip for python 3.5
- Python MySQLdb not importing
- How to install PyQt4 on Windows using pip?
- How to install PyQt4 on Windows using pip?
- How do I list the files associated with a Python package installed using pip or easy_install?