#34844: Missing dependency backports with install of 4.1.11
--------------------------------------+-----------------------------------
               Reporter:  RandomJo    |          Owner:  nobody
                   Type:  Bug         |         Status:  new
              Component:  Packaging   |        Version:  4.1
               Severity:  Normal      |       Keywords:  backports, 4.1.11
           Triage Stage:  Unreviewed  |      Has patch:  0
    Needs documentation:  0           |    Needs tests:  0
Patch needs improvement:  0           |  Easy pickings:  0
                  UI/UX:  0           |
--------------------------------------+-----------------------------------
 I upgraded to Django 4.1.11 (coming from 4.1.10), and I got this error:

 {{{ModuleNotFoundError: No module named 'backports'}}}

 This is coming from a Django file:

 {{{
 File "/Users/user/.local/share/virtualenvs/S4yCzdAj/lib/python3.8/site-
 packages/django/utils/timezone.py", line 12, in <module>
     from backports import zoneinfo
 }}}

 It can be fixed by manually installing backports.zoneinfo, but I believe
 packages that Django requires should be automatically pulled in. I'm using
 pipenv to install.

 Versions:
 * Python: 3.8.13
 * Pipenv: 2023.9.8
 * Django: 4.1.11

-- 
Ticket URL: <https://code.djangoproject.com/ticket/34844>
Django <https://code.djangoproject.com/>
The Web framework for perfectionists with deadlines.

-- 
You received this message because you are subscribed to the Google Groups 
"Django updates" 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-updates/0107018a9f25dd02-bb87aa87-6147-48fc-a11e-957eeedecc5f-000000%40eu-central-1.amazonses.com.

Reply via email to