Skip to content
New issue

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

pip install -r requirements.txt #1

Open
JeongtaekLim opened this issue Mar 6, 2017 · 0 comments
Open

pip install -r requirements.txt #1

JeongtaekLim opened this issue Mar 6, 2017 · 0 comments

Comments

@JeongtaekLim
Copy link
Owner

JeongtaekLim commented Mar 6, 2017

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

solution.

sudo apt-get install python-dev  # for python2.x installs
sudo apt-get install python3-dev  # for python3.x installs

from

http://stackoverflow.com/questions/21530577/fatal-error-python-h-no-such-file-or-directory

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant