I emailed Paulo off list, he was using Python 3.4 which Django 2.1 no
longer supports. pip could give a friendlier message when environment
markers don’t match but there are such versions on PyPI.

On Sun, 2 Sep 2018 at 08:22, Carlton Gibson <carlton.gib...@gmail.com>
wrote:

> Hi Paulo
>
> It looks like there's something going wrong with your pip:
>
> The install works correctly and PyPI is showing 2.1.1 as the latest
> version.
>
> https://pypi.org/project/Django/
>
>
>
> ```
> Last login: Sun Sep  2 00:07:29 on ttys001
> ~/ve $ mktmpenv
> New python executable in
> /Users/carlton/ve/tmp-a4084573c79e645/bin/python3.6
> Also creating executable in
> /Users/carlton/ve/tmp-a4084573c79e645/bin/python
> ...
> This is a temporary environment. It will be deleted when you run
> 'deactivate'.
> (tmp-a4084573c79e645) ~/ve/tmp-a4084573c79e645 $ pip install Django==2.1.1
> --no-cache-dir
> Collecting Django==2.1.1
>   Downloading
> https://files.pythonhosted.org/packages/ca/7e/fc068d164b32552ae3a8f8d5d0280c083f2e8d553e71ecacc21927564561/Django-2.1.1-py3-none-any.whl
> (7.3MB)
>     100% |████████████████████████████████| 7.3MB 5.2MB/s
> Collecting pytz (from Django==2.1.1)
>   Downloading
> https://files.pythonhosted.org/packages/30/4e/27c34b62430286c6d59177a0842ed90dc789ce5d1ed740887653b898779a/pytz-2018.5-py2.py3-none-any.whl
> (510kB)
>     100% |████████████████████████████████| 512kB 4.0MB/s
> Installing collected packages: pytz, Django
> Successfully installed Django-2.1.1 pytz-2018.5
> ```
>
> Kind Regards,
>
> Carlton
>
>
>
> On Saturday, 1 September 2018 17:30:46 UTC+2, Paulo Maciel wrote:
>>
>> pip install Django==2.1.1
>> Could not find a version that satisfies the requirement Django==2.1.1
>>
>> Em sexta-feira, 31 de agosto de 2018 05:52:28 UTC-3, Carlton Gibson
>> escreveu:
>>>
>>> Details are available on the Django project weblog:
>>>
>>> https://www.djangoproject.com/weblog/2018/aug/31/bugfix-release/
>>>
>> --
> You received this message because you are subscribed to the Google Groups
> "Django developers (Contributions to Django itself)" group.
> To unsubscribe from this group and stop receiving emails from it, send an
> email to django-developers+unsubscr...@googlegroups.com.
> To post to this group, send email to django-developers@googlegroups.com.
> Visit this group at https://groups.google.com/group/django-developers.
> To view this discussion on the web visit
> https://groups.google.com/d/msgid/django-developers/fd173074-0eed-45d4-963a-c8bdd3d82134%40googlegroups.com
> <https://groups.google.com/d/msgid/django-developers/fd173074-0eed-45d4-963a-c8bdd3d82134%40googlegroups.com?utm_medium=email&utm_source=footer>
> .
> For more options, visit https://groups.google.com/d/optout.
>
-- 
Adam

-- 
You received this message because you are subscribed to the Google Groups 
"Django developers  (Contributions to Django itself)" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to django-developers+unsubscr...@googlegroups.com.
To post to this group, send email to django-developers@googlegroups.com.
Visit this group at https://groups.google.com/group/django-developers.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/django-developers/CAMyDDM2C%2B%2BhMXeYuXmFfiqVosKJq9F9diSiZ7AEyckzCQP8cBA%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to