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
[image: django-3.png] *They clearly mentioned here.* [image: photo] Abu Yusuf Jr. Software Engineer at Binate Solutions Ltd. A Dhaka, Bangladesh M 01828689381 <01828689381> E revelyusuf...@gmail.com W https://yusuff.dev Linkedin https://www.linkedin.com/in/yusuf-dev/

Re: pip install Django==3.0

2019-12-02 Thread Simon Charette
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 supported version metadata of the package. There's no package available for th

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 Django==3.0 fails with Pyth

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/619671495 > > But it succeeds with

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 with Python 3.5: > https://tr