Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[BUG] ModuleNotFoundError: No module named 'reportlab' #161

Open
LuminatiHD opened this issue Jun 4, 2024 · 0 comments · May be fixed by #162
Open

[BUG] ModuleNotFoundError: No module named 'reportlab' #161

LuminatiHD opened this issue Jun 4, 2024 · 0 comments · May be fixed by #162
Labels
bug Something isn't working

Comments

@LuminatiHD
Copy link

LuminatiHD commented Jun 4, 2024

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)

@LuminatiHD LuminatiHD added the bug Something isn't working label Jun 4, 2024
LuminatiHD added a commit to LuminatiHD/taiga-back that referenced this issue Jun 4, 2024
@LuminatiHD LuminatiHD linked a pull request Jun 4, 2024 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant