Bench Start "ImportError:"

Hi there,
Couldn’t start bench I got the below Error:

Traceback (most recent call last):
File “/usr/lib/python3.8/runpy.py”, line 185, in _run_module_as_main
mod_name, mod_spec, code = _get_module_details(mod_name, _Error)
File “/usr/lib/python3.8/runpy.py”, line 111, in _get_module_details
import(pkg_name)
File “/home/zynaboo/frappe-bench/apps/frappe/frappe/init.py”, line 18, in
from .utils.jinja import (get_jenv, get_template, render_template, get_email_from_template, get_jloader)
File “/home/zynaboo/frappe-bench/apps/frappe/frappe/utils/init.py”, line 11, in
from frappe.utils.identicon import Identicon
File “/home/zynaboo/frappe-bench/apps/frappe/frappe/utils/identicon.py”, line 2, in
from PIL import Image, ImageDraw
File “/home/zynaboo/frappe-bench/env/lib/python3.8/site-packages/PIL/Image.py”, line 90, in
from . import _imaging as core
ImportError: /home/zynaboo/frappe-bench/env/lib/python3.8/site-packages/PIL/.libs/libtiff-bd1961ca.so.5.5.0: cannot read file data: Input/output error

What’s going wrong here?

Thanks in advance

Hi.

Input / output usually means there is a hardware problem, was everything working and then not? Or is this a new installation?

Yes ,everything was working well

If this problem did not follow an update to frappe/erpnext or the OS, I would think it was a hardware or filesystem problem.