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
Le lundi 2 décembre 2019 11:06:18 UTC-5, Uri 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:But it succeeds with Python 3.6 and 3.7. I noticed that Django 3.0 doesn't support Python 3.5. But why does pip fail?אורי
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+unsubscribe@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/django-users/f38c74ce-dd5b-428b-b785-003e19bf147b%40googlegroups.com.
No comments:
Post a Comment