its fixed now .. you can savely install django under python2 again :)
Am Donnerstag, 25. Januar 2018 22:39:43 UTC+1 schrieb Andy:
>
> Hi!
>
> pip inside a python2 virtualenv will try to install django 2, which aint
> working and will fail.
> I wonder why this is happening because for instance if
okay after digging a little bit more yesterday i found out why this is
happening ..
https://code.djangoproject.com/ticket/28878
its fixed in 2.0.1, but maybe they will be able to reupload 2.0
Just to be clear: i know that django 2 aint working under python2, but its
a pain to setup cross versio
You should be seeing a message like this:
==
Unsupported Python version
==
This version of Django requires Python 3.4, but you're trying to
install it on Python 2.7.
This may be because you are using a version of pip that do
Looks like a pypi "feature". You should pin your dependencies.
On Fri, 26 Jan 2018, 00:08 Mirek Zvolsky, wrote:
> Isn't the question a little oposite, Avraham ??
>
>
>
> Dne čtvrtek 25. ledna 2018 22:42:37 UTC+1 Avraham Serour napsal(a):
>>
>> > I wonder why this is happening...
>> because djang
Isn't the question a little oposite, Avraham ??
Dne čtvrtek 25. ledna 2018 22:42:37 UTC+1 Avraham Serour napsal(a):
>
> > I wonder why this is happening...
> because django 2 doesn't support python 2
>
> I suggest using python 3.6
>
> On Thu, Jan 25, 2018 at 9:50 PM, Andy >
> wrote:
>
>> Hi!
>>
> I wonder why this is happening...
because django 2 doesn't support python 2
I suggest using python 3.6
On Thu, Jan 25, 2018 at 9:50 PM, Andy wrote:
> Hi!
>
> pip inside a python2 virtualenv will try to install django 2, which aint
> working and will fail.
> I wonder why this is happening beca
Hi!
pip inside a python2 virtualenv will try to install django 2, which aint
working and will fail.
I wonder why this is happening because for instance if i install ipython in
that same virtualenv pip wont try to install version 6.x because its marked
as python3 only. It seems django 2 is missi
7 matches
Mail list logo