N
N
notfallen2015-06-30 16:56:21
Django
notfallen, 2015-06-30 16:56:21

Error installing Django 1.8.2 on Python 2.7. How to fix?

When installing Django 1.8.2, it gives this error.
ac5f797fad124b1fa2f3ebff1e3facb2.PNG
What can cause the error? Please tell me how to fix

Answer the question

In order to leave comments, you need to log in

4 answer(s)
I
Igor Lyutoev, 2015-06-30
@notfallen

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

S
Stanislav Fateev, 2015-06-30
@svfat

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.

I
IvanOne, 2015-06-30
@IvanOne

the biggest mistake is windows

Y
Yuri Shikanov, 2015-06-30
@dizballanze

It is written that it cannot find setuptools. install it)

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question