Skip to content

python setup.py install command should error out and ask user to use pip #718

Open
@jdemeyer

Description

@jdemeyer

The only way to have a working installation of widgetsnbextension is to use pip.

The usual python setup.py install does not work, since that invokes setuptools (although setup.py seems to be written at some point with a conditional import of setuptools) and the setup() function of setuptools does not handle data_files correctly.

Note that it's not a problem for me to use pip but it's at least unexpected that python setup.py install does not work. So either this should be fixed or detected such that an error can be raised.

CC @embray @SylvainCorlay

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions