[MacPorts] #67694: git-cola at 4.1.0: fails to launch
MacPorts
noreply at macports.org
Wed Jun 28 23:52:52 UTC 2023
#67694: git-cola at 4.1.0: fails to launch
---------------------------+----------------------
Reporter: odysseus9672 | Owner: raimue
Type: defect | Status: assigned
Priority: Normal | Milestone:
Component: ports | Version:
Resolution: | Keywords:
Port: git-cola |
---------------------------+----------------------
Comment (by odysseus9672):
Looks like your suggestion has found the problem. When doing the imports
suggested I get:
{{{
Seans-Work-Macbook-Pro:~ sean$ python3.11
Python 3.11.4 (main, Jun 10 2023, 10:30:46) [Clang 14.0.3
(clang-1403.0.22.14.1)] on darwin
Type "help", "copyright", "credits" or "license" for more information.
>>> from PyQt5 import QtGui
>>> from qtpy import QtGui
Traceback (most recent call last):
File "<stdin>", line 1, in <module>
File
"/opt/local/Library/Frameworks/Python.framework/Versions/3.11/lib/python3.11
/site-packages/qtpy/__init__.py", line 57, in <module>
from packaging.version import parse
ModuleNotFoundError: No module named 'packaging'
>>>
}}}
I installed {{{py311-packaging}}}, and the imports now work, and {{{git-
cola}}} now launches. So, {{{qtpy}}} is missing a dependency. I don't know
if this affects all of the versions of {{{qtpy}}}, but someone should
probably check.
--
Ticket URL: <https://trac.macports.org/ticket/67694#comment:6>
MacPorts <https://www.macports.org/>
Ports system for macOS
More information about the macports-tickets
mailing list