We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
when I want to install requirements,
Django==1.10.5 Pillow==2.9.0 gunicorn==19.6.0 mysqlclient==1.3.9
Error #1.
pip install mysql-python fails with EnvironmentError: mysql_config not found
solution.
$ sudo apt-get install libmysqlclient-dev
from
http://stackoverflow.com/questions/5178292/pip-install-mysql-python-fails-with-environmenterror-mysql-config-not-found
Error #2.
fatal error: Python.h: No such file or directory
sudo apt-get install python-dev # for python2.x installs sudo apt-get install python3-dev # for python3.x installs
http://stackoverflow.com/questions/21530577/fatal-error-python-h-no-such-file-or-directory
The text was updated successfully, but these errors were encountered:
No branches or pull requests
when I want to install requirements,
Error #1.
pip install mysql-python fails with EnvironmentError: mysql_config not found
solution.
from
http://stackoverflow.com/questions/5178292/pip-install-mysql-python-fails-with-environmenterror-mysql-config-not-found
Error #2.
fatal error: Python.h: No such file or directory
solution.
from
http://stackoverflow.com/questions/21530577/fatal-error-python-h-no-such-file-or-directory
The text was updated successfully, but these errors were encountered: