Date: Wed, 05 Apr 2023 03:13:36 +0000 From: bugzilla-noreply@freebsd.org To: ports-bugs@FreeBSD.org Subject: [Bug 270646] multimedia/subsync: The 'srt' distribution was not found and is required by subsync Message-ID: <bug-270646-7788@https.bugs.freebsd.org/bugzilla/>
next in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D270646 Bug ID: 270646 Summary: multimedia/subsync: The 'srt' distribution was not found and is required by subsync Product: Ports & Packages Version: Latest Hardware: Any OS: Any Status: New Severity: Affects Some People Priority: --- Component: Individual Port(s) Assignee: yuri@freebsd.org Reporter: chadf@triularity.org Assignee: yuri@freebsd.org Flags: maintainer-feedback?(yuri@freebsd.org) Trying to use/run subsync fails. freebsd-13-1:~ % subsync Traceback (most recent call last): File "/usr/local/bin/subsync", line 33, in <module> sys.exit(load_entry_point('subsync=3D=3D0.2.8', 'console_scripts', 'subsync')()) File "/usr/local/bin/subsync", line 25, in importlib_load_entry_point return next(matches).load() File "/usr/local/lib/python3.9/importlib/metadata.py", line 86, in load module =3D import_module(match.group('module')) File "/usr/local/lib/python3.9/importlib/__init__.py", line 127, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "<frozen importlib._bootstrap>", line 1030, in _gcd_import File "<frozen importlib._bootstrap>", line 1007, in _find_and_load File "<frozen importlib._bootstrap>", line 986, in _find_and_load_unlocked File "<frozen importlib._bootstrap>", line 680, in _load_unlocked File "<frozen importlib._bootstrap_external>", line 850, in exec_module File "<frozen importlib._bootstrap>", line 228, in _call_with_frames_remo= ved File "/usr/local/lib/python3.9/site-packages/subsync/__init__.py", line 2= , in <module> from .subsync import main # noqa File "/usr/local/lib/python3.9/site-packages/subsync/subsync.py", line 9,= in <module> from .speech_transformers import SubtitleSpeechTransformer, VideoSpeechTransformer File "/usr/local/lib/python3.9/site-packages/subsync/speech_transformers.= py", line 10, in <module> import webrtcvad File "/usr/local/lib/python3.9/site-packages/webrtcvad.py", line 1, in <module> import pkg_resources File "/usr/local/lib/python3.9/site-packages/pkg_resources/__init__.py", = line 3260, in <module> def _initialize_master_working_set(): File "/usr/local/lib/python3.9/site-packages/pkg_resources/__init__.py", = line 3234, in _call_aside f(*args, **kwargs) File "/usr/local/lib/python3.9/site-packages/pkg_resources/__init__.py", = line 3272, in _initialize_master_working_set working_set =3D WorkingSet._build_master() File "/usr/local/lib/python3.9/site-packages/pkg_resources/__init__.py", = line 581, in _build_master ws.require(__requires__) File "/usr/local/lib/python3.9/site-packages/pkg_resources/__init__.py", = line 909, in require needed =3D self.resolve(parse_requirements(requirements)) File "/usr/local/lib/python3.9/site-packages/pkg_resources/__init__.py", = line 795, in resolve raise DistributionNotFound(req, requirers) pkg_resources.DistributionNotFound: The 'srt' distribution was not found an= d is required by subsync --=20 You are receiving this mail because: You are the assignee for the bug.=
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-270646-7788>