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

ModuleNotFoundError: No module named 'PIL' #2125

Closed
vhtmldev opened this issue Apr 22, 2023 · 3 comments
Closed

ModuleNotFoundError: No module named 'PIL' #2125

vhtmldev opened this issue Apr 22, 2023 · 3 comments

Comments

@vhtmldev
Copy link

vhtmldev commented Apr 22, 2023

Heyo,

System config:

Distributor ID: Ubuntu
Description: Ubuntu 20.04.6 LTS
Release: 20.04
Codename: focal
Linux 5.4.0-147-generic

Unsure what happened, it was working one day and then all of sudden its not and throws this when i try to access the webui:

Apr 22 16:40:19 dls bazarr[3635]: Traceback (most recent call last):
Apr 22 16:40:19 dls bazarr[3635]: File "/opt/bazarr/bazarr/main.py", line 22, in
Apr 22 16:40:19 dls bazarr[3635]: from init import * # noqa E402
Apr 22 16:40:19 dls bazarr[3635]: File "/opt/bazarr/bazarr/init.py", line 13, in
Apr 22 16:40:19 dls bazarr[3635]: from subliminal_patch.extensions import provider_registry
Apr 22 16:40:19 dls bazarr[3635]: File "/opt/bazarr/bazarr/../libs/subliminal_patch/init.py", line 8, in
Apr 22 16:40:19 dls bazarr[3635]: from .providers import Provider
Apr 22 16:40:19 dls bazarr[3635]: File "/opt/bazarr/bazarr/../libs/subliminal_patch/providers/init.py", line 72, in
Apr 22 16:40:19 dls bazarr[3635]: mod = importlib.import_module("subliminal_patch.providers.%s" % module_name.lower())
Apr 22 16:40:19 dls bazarr[3635]: File "/usr/lib/python3.8/importlib/init.py", line 127, in import_module
Apr 22 16:40:19 dls bazarr[3635]: return _bootstrap._gcd_import(name[level:], package, level)
Apr 22 16:40:19 dls bazarr[3635]: File "/opt/bazarr/bazarr/../libs/subliminal_patch/providers/zimuku.py", line 10, in
Apr 22 16:40:19 dls bazarr[3635]: from PIL import Image
Apr 22 16:40:19 dls bazarr[3635]: ModuleNotFoundError: No module named 'PIL'

Nothing has been changed config wise.

@shocker2
Copy link

I have the same issue, python 3.9 and Pillow-9.5.0.

@vhtmldev
Copy link
Author

If it helps i have Python 3.8.10

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants