Opened 5 days ago

Last modified 5 days ago

#71000 assigned defect

buildbot @3.10.1_0: Needs importlib_resources (10.4)

Reported by: berg-michael (Michael Berg) Owned by: ryandesign (Ryan Carsten Schmidt)
Priority: Normal Milestone:
Component: ports Version: 2.10.1
Keywords: Cc: rajdeepbharati (Rajdeep Bharati), mojca (Mojca Miklavec)
Port: buildbot

Description

$ buildbot create-master /opt/mp-buildbot/master
mkdir /opt/mp-buildbot/master
creating /opt/mp-buildbot/master/master.cfg.sample
Traceback (most recent call last):
  File "/opt/local/Library/Frameworks/Python.framework/Versions/3.10/lib/python3.10/site-packages/buildbot/plugins/db.py", line 228, in _load_entry
    result = entry.load()
  File "/opt/local/Library/Frameworks/Python.framework/Versions/3.10/lib/python3.10/importlib/metadata/__init__.py", line 171, in load
    module = import_module(match.group('module'))
  File "/opt/local/Library/Frameworks/Python.framework/Versions/3.10/lib/python3.10/importlib/__init__.py", line 126, in import_module
    return _bootstrap._gcd_import(name[level:], package, level)
  File "<frozen importlib._bootstrap>", line 1050, in _gcd_import
  File "<frozen importlib._bootstrap>", line 1027, in _find_and_load
  File "<frozen importlib._bootstrap>", line 1006, in _find_and_load_unlocked
  File "<frozen importlib._bootstrap>", line 688, in _load_unlocked
  File "<frozen importlib._bootstrap_external>", line 883, in exec_module
  File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed
  File "/opt/local/Library/Frameworks/Python.framework/Versions/3.10/lib/python3.10/site-packages/buildbot_console_view/__init__.py", line 16, in <module>
    from buildbot.www.plugin import Application
  File "/opt/local/Library/Frameworks/Python.framework/Versions/3.10/lib/python3.10/site-packages/buildbot/www/plugin.py", line 17, in <module>
    import importlib_resources
ModuleNotFoundError: No module named 'importlib_resources'

Resolved by sudo port install py310-importlib-resources

Change History (1)

comment:1 Changed 5 days ago by jmroot (Joshua Root)

Cc: rajdeepbharati mojca added
Owner: set to ryandesign
Status: newassigned
Note: See TracTickets for help on using tickets.