[Bug 278405] math/py-networkx: 'import networkx' fails: TypeError: entry_points() got an unexpected keyword argument 'group'
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Wed, 17 Apr 2024 08:38:03 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=278405 Bug ID: 278405 Summary: math/py-networkx: 'import networkx' fails: TypeError: entry_points() got an unexpected keyword argument 'group' Product: Ports & Packages Version: Latest Hardware: Any OS: Any Status: New Severity: Affects Many People Priority: --- Component: Individual Port(s) Assignee: wen@FreeBSD.org Reporter: yuri@freebsd.org Flags: maintainer-feedback?(wen@FreeBSD.org) Assignee: wen@FreeBSD.org After this port was updated to 3.3 'import networkx' fails: $ python3.9 Python 3.9.18 (main, Mar 21 2024, 01:12:30) [Clang 16.0.6 (https://github.com/llvm/llvm-project.git llvmorg-16.0.6-0-g7cbf1 on freebsd14 Type "help", "copyright", "credits" or "license" for more information. >>> import networkx Traceback (most recent call last): File "<stdin>", line 1, in <module> File "/usr/local/lib/python3.9/site-packages/networkx/__init__.py", line 19, in <module> from networkx import utils File "/usr/local/lib/python3.9/site-packages/networkx/utils/__init__.py", line 7, in <module> from networkx.utils.backends import * File "/usr/local/lib/python3.9/site-packages/networkx/utils/backends.py", line 258, in <module> backends = _get_backends("networkx.backends") File "/usr/local/lib/python3.9/site-packages/networkx/utils/backends.py", line 234, in _get_backends items = entry_points(group=group) TypeError: entry_points() got an unexpected keyword argument 'group' >>> -- You are receiving this mail because: You are the assignee for the bug.