tutorial icon indicating copy to clipboard operation
tutorial copied to clipboard

django installation error

Open shaochieh opened this issue 6 years ago • 1 comments

Issue description

https://tutorial.djangogirls.org/en/installation/#installing-packages-with-requirements while installing django encountered error: Collecting Django~=2.0.6 (from -r requirements.txt (line 1)) ERROR: Could not find a version that satisfies the requirement Django~=2.0.6 Describe what's the problem here. seems like pip doesn't support django >= 2.0.0 pip3 should be thru and seems like some installation should be done with "sudo -H pip3 install..."?

Language

Is this related to a specific language of the tutorial?

Operating system

What operating system does this issue relate to? im using WSL (Ubuntu 16.04) on windows.

shaochieh avatar Apr 26 '19 09:04 shaochieh

It depends on what "pip" is pointing to. If pip is coming from Python 2, Django >= 2.0.0 is not supported on Python 2 at all.

jlgimeno avatar Sep 04 '21 20:09 jlgimeno