naive-scrcpy-client icon indicating copy to clipboard operation
naive-scrcpy-client copied to clipboard

OSError: libwebp.so.6 on Ubuntu 22

Open babu-s23 opened this issue 1 year ago • 4 comments

Traceback (most recent call last): File "/usr/lib/python3.8/threading.py", line 932, in _bootstrap_inner [self.run](http://self.run/)() File "/usr/lib/python3.8/threading.py", line 870, in run self._target(*self._args, **self._kwargs) File "/home/XXX/handlers/NaiveScrcpyClient.py", line 105, in _run_decoder lib_avcodec = ctypes.CDLL(avcodec_lib) File "/usr/lib/python3.8/ctypes/__init__.py", line 373, in __init__ self._handle = _dlopen(self._name, mode) OSError: libwebp.so.6: cannot open shared object file: No such file or directory

babu-s23 avatar May 17 '23 05:05 babu-s23