Skip to content

Hooks.py is incompatible with setuptools 68.0.0 #176

@mikma

Description

@mikma

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions