Re: pip install Django==3.0

2019-12-02 Thread אורי
On Mon, Dec 2, 2019 at 9:24 PM Simon Charette wrote: > Dear Uri, > > > When I use pip to install a package, does it depend on the version of > Python I'm using? > > Yes, it does. > > > I noticed that Django 3.0 doesn't support Python 3.5. But why does pip > fail? > > Pip will respect the supporte

Re: pip install Django==3.0

2019-12-02 Thread Abu Yusuf
t; Django users, > > When I use pip to install a package, does it depend on the version of > Python I'm using? > > pip install Django==3.0 fails with Python 3.5: > https://travis-ci.org/speedy-net/speedy-net/builds/619671495 > > But it succeeds with Python 3.6 and 3.7.

Re: pip install Django==3.0

2019-12-02 Thread Simon Charette
a écrit : > > Django users, > > When I use pip to install a package, does it depend on the version of > Python I'm using? > > pip install Django==3.0 fails with Python 3.5: > https://travis-ci.org/speedy-net/speedy-net/builds/619671495 > > But it succeeds wi

Re: pip install Django==3.0

2019-12-02 Thread JP Smith
Django 3.0 does not support Python 3.5 . https://docs.djangoproject.com/en/3.0/releases/3.0/ ‪On Mon, Dec 2, 2019 at 11:06 AM ‫אורי‬‎ wrote:‬ > Django users, > > When I use pip to install a package, does it depend on the version of > Python I'm using? > > pip install

Re: pip install Django==3.0

2019-12-02 Thread JP Smith
Django 3.0 does not support Python 3.5: > > https://docs.djangoproject.com/en/3.0/releases/3.0/ -- You received this message because you are subscribed to the Google Groups "Django users" group. To unsubscribe from this group and stop receiving emails from it, send an email to django-users+unsu

Re: pip install Django==3.0

2019-12-02 Thread Ramiro Morales
‪On Mon, Dec 2, 2019 at 1:06 PM ‫אורי‬‎ wrote:‬ > Django users, > > When I use pip to install a package, does it depend on the version of > Python I'm using? > > pip install Django==3.0 fails with Python 3.5: > https://travis-ci.org/speedy-net/speedy-net/builds/61967149

Re: pip install Django==3.0

2019-12-02 Thread John McClain
try without specifying version try without using pip what ide are you using ‪On Mon, 2 Dec 2019 at 16:05, ‫אורי‬‎ wrote:‬ > Django users, > > When I use pip to install a package, does it depend on the version of > Python I'm using? > > pip install Django==3.0 fails w

pip install Django==3.0

2019-12-02 Thread אורי
Django users, When I use pip to install a package, does it depend on the version of Python I'm using? pip install Django==3.0 fails with Python 3.5: https://travis-ci.org/speedy-net/speedy-net/builds/619671495 But it succeeds with Python 3.6 and 3.7. I noticed that Django 3.0 doesn'