Opened 8 months ago

Closed 8 months ago

#68202 closed defect (fixed)

osxphotos 0.63.4: ModuleNotFoundError: No module named 'xdg_base_dirs'

Reported by: breun (Nils Breunese) Owned by: catap (Kirill A. Korinsky)
Priority: Normal Milestone:
Component: ports Version:
Keywords: Cc:
Port: osxphotos

Description

I've installed osxphotos 0.63.4_0, but it reports an error when I try to use it:

❯ osxphotos
Traceback (most recent call last):
  File "/opt/local/bin/osxphotos", line 5, in <module>
    from osxphotos.__main__ import cli_main
  File "/opt/local/Library/Frameworks/Python.framework/Versions/3.11/lib/python3.11/site-packages/osxphotos/__main__.py", line 3, in <module>
    from .cli.cli import cli_main
  File "/opt/local/Library/Frameworks/Python.framework/Versions/3.11/lib/python3.11/site-packages/osxphotos/cli/__init__.py", line 48, in <module>
    from .albums import albums
  File "/opt/local/Library/Frameworks/Python.framework/Versions/3.11/lib/python3.11/site-packages/osxphotos/cli/albums.py", line 11, in <module>
    from .cli_params import DB_ARGUMENT, DB_OPTION, JSON_OPTION
  File "/opt/local/Library/Frameworks/Python.framework/Versions/3.11/lib/python3.11/site-packages/osxphotos/cli/cli_params.py", line 14, in <module>
    from .common import OSXPHOTOS_HIDDEN, print_version
  File "/opt/local/Library/Frameworks/Python.framework/Versions/3.11/lib/python3.11/site-packages/osxphotos/cli/common.py", line 18, in <module>
    import xdg_base_dirs
ModuleNotFoundError: No module named 'xdg_base_dirs'

I'm using macOS 13.5.2 arm64.

Change History (1)

comment:1 Changed 8 months ago by catap (Kirill A. Korinsky)

Resolution: fixed
Status: assignedclosed

In 9fbc3d1e26553c37b883e94931d17eb94ae7051e/macports-ports (master):

osxphotos: fix dependencies

Closes: #68202

Note: See TracTickets for help on using tickets.