You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
While going through the process of setting up the Django Tutorial app on my local machine I was asked to install the requirements using pip install -r requirements.txt
Did you change the file? If so, how?
I did nothing to modify the files
Describe the issue
The output from the install presented the following error:
Command "python setup.py egg_info" failed with error code 1 in /private/tmp/pip-build-xp_b0b6_/mysqlclient/
In which file did you encounter the issue?
While going through the process of setting up the Django Tutorial app on my local machine I was asked to install the requirements using pip install -r requirements.txt
Did you change the file? If so, how?
I did nothing to modify the files
Describe the issue
The output from the install presented the following error:
Command "python setup.py egg_info" failed with error code 1 in /private/tmp/pip-build-xp_b0b6_/mysqlclient/My computer
Mac OS X 10.12.5
Python 3.6.1