Sphinx raises 'ImageDraw' object has no attribute 'textsize' error
Bug #2026345 reported by
Kenta Fukaya
This bug affects 2 people
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
Designate |
Fix Released
|
Low
|
Michael Johnson | ||
Ironic |
New
|
Undecided
|
Unassigned | ||
OpenStack Compute (nova) |
Confirmed
|
Low
|
Unassigned | ||
OpenStack Identity (keystone) |
New
|
Undecided
|
Unassigned | ||
octavia |
In Progress
|
Low
|
Gregory Thiemonge | ||
tacker |
Fix Released
|
Undecided
|
Unassigned |
Bug Description
Pillow version 10.0 or higher sphinx raises error.
'''
'ImageDraw' object has no attribute 'textsize'
'''
Tacker specs use sphinx and pillow to build some diagrams in .rst file.
Pillow remove ImageDraw.
but sphinx use ImageDraw.
[1] https:/
Changed in designate: | |
assignee: | nobody → Michael Johnson (johnsom) |
Changed in octavia: | |
assignee: | nobody → Gregory Thiemonge (gthiemonge) |
importance: | Undecided → Low |
status: | New → Confirmed |
Changed in octavia: | |
status: | Confirmed → In Progress |
Changed in tacker: | |
status: | New → Fix Released |
To post a comment you must log in.
I'm also hitting this with at least designate, nova, and keystone when building packages for ubuntu for bobcat (on ubuntu mantic). I see upper-constraints is pinned at 9.5.0 currently so that explains why it's not hit upstream yet.