[Bug 276509] dsbxinput depends on python39 yet looks for python38

From: <bugzilla-noreply_at_freebsd.org>
Date: Sun, 21 Jan 2024 21:55:15 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=276509

            Bug ID: 276509
           Summary: dsbxinput depends on python39 yet looks for python38
           Product: Ports & Packages
           Version: Latest
          Hardware: amd64
                OS: Any
            Status: New
          Severity: Affects Some People
          Priority: ---
         Component: Individual Port(s)
          Assignee: ports-bugs@FreeBSD.org
          Reporter: idude0407@gmail.com

Installed dsbxinput using pkg install, installed without errors but when I run
it I get this error message:

zsh: /usr/local/bin/dsbxinput: bad interpreter: /usr/local/bin/python3.8: no
such file or directory

I went ahead and installe python38 also and I get this error when I run
dsbxinput:

Traceback (most recent call last):
  File "/usr/local/bin/dsbxinput", line 26, in <module>
    from PyQt5.QtWidgets import *
ModuleNotFoundError: No module named 'PyQt5'

I deleted python38 and I symlinked /usr/local/bin/python3.9 to
/usr/local/bin/python3.8 and dsbxinput worked just fine.  It's not the right
way to fix it though!

-- 
You are receiving this mail because:
You are the assignee for the bug.