On Mon, Dec 2, 2019 at 9:24 PM Simon Charette <[email protected]> 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 supported version metadata of the package. There's no > package available for the Django > and Python version constraints you provided. > > Instead of getting a non-nonsensical SyntaxError crash when trying to run > Django on Python 3.5 pip prevents > you from shooting yourself in the foot in the first place. > > Simon > Thank you. I didn't know that pip is that "smart" to check the version of Python I'm using. Good to know. -- 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 [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/django-users/CABD5YeH%3Di023-gNzKMpQdARfUR%2Bf82CiVqgKJkHVzh7GqbUsog%40mail.gmail.com.

