The hack used in hooks.py doesn't work with setuptools version 68.0.0 (from June 2023) and later. Which means you can't use recent Python versions?
|
_main_module()._orig_get_script_args = easy_install.get_script_args |
#3948: Remove deprecated APIs in easy_install: get_script_args, get_script_header and get_writer. The direct usage of easy_install has been deprecated since v58.3.0, and the warnings regarding these APIs predate that version.
https://github.com/pypa/setuptools/blob/main/NEWS.rst
The hack used in hooks.py doesn't work with setuptools version 68.0.0 (from June 2023) and later. Which means you can't use recent Python versions?
yabgp/yabgp/hooks.py
Line 35 in 4c04832
https://github.com/pypa/setuptools/blob/main/NEWS.rst