You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
For a short while, we've been getting these Tracebacks in our Logs:
File "/taiga-back/taiga/base/utils/thumbnails.py", line 75, in get_thumbnail
from easy_thumbnails.VIL import Image
File "/opt/venv/lib/python3.11/site-packages/easy_thumbnails/VIL/Image.py", line 7, in <module>
return thumbnailer[thumbnailer_size]
from reportlab.graphics import renderSVG
~~~~~~~~~~~^^^^^^^^^^^^^^^^^^
ModuleNotFoundError: No module named 'reportlab'
Now, this is technically a bug on the side of easy-thumbnail, since reportlab is an unmarked dependency. However, since this is only used for easy_thumbnails.VIL, an experimental feature, the owners have insisted on not marking it under their main dependencies: SmileyChris/easy-thumbnails#602 (comment)
The text was updated successfully, but these errors were encountered:
For a short while, we've been getting these Tracebacks in our Logs:
Now, this is technically a bug on the side of
easy-thumbnail
, sincereportlab
is an unmarked dependency. However, since this is only used foreasy_thumbnails.VIL
, an experimental feature, the owners have insisted on not marking it under their main dependencies: SmileyChris/easy-thumbnails#602 (comment)The text was updated successfully, but these errors were encountered: