Skip to content

setup.py install is deprecated #143

@Sjors

Description

@Sjors

I already forgot how I worked around this the last time, so might be good to figure out the latest trend Python land and use that...

% python3 setup.py develop --user
running develop
/Users/sjors/.pyenv/versions/3.12.1/lib/python3.12/site-packages/setuptools/command/develop.py:39: EasyInstallDeprecationWarning: easy_install command is deprecated.
!!

        ********************************************************************************
        Please avoid running ``setup.py`` and ``easy_install``.
        Instead, use pypa/build, pypa/installer or other
        standards-based tools.

        See https://github.com/pypa/setuptools/issues/917 for details.
        ********************************************************************************

!!
  easy_install.initialize_options(self)
error: [Errno 17] File exists: '/Users/sjors/.pyenv/versions/3.12.1/bin/python3.12'

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