Answer the question
In order to leave comments, you need to log in
Error installing Django 1.8.2 on Python 2.7. How to fix?
When installing Django 1.8.2, it gives this error.
What can cause the error? Please tell me how to fix
Answer the question
In order to leave comments, you need to log in
You don't have setuptools installed.
Install pip (python package manager) - it will pull setuptools after itself - https://pip.pypa.io/en/latest/installing.html
Do not put it under Windows. 99% of "Error installing django" questions come from Windows users. In production, the vast majority use linux anyway. Create a virtual machine with Linux, or demolish Windows. Google for 'vagrant'
> It's all about timing. In the future, I will definitely install Linux
Vagrant + VirtualBox with Ubuntu, you can install it in 15 minutes according to the manual (Or maybe faster). Another five minutes will be spent on setting up the database (if you do not use sqlite3) and installing django. So in any case, this will save time, because another problem is that not all packages can be installed via pip from under Windows, you still have to look for something compiled.
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question