Skip to content

incompatibility with setuptools / easy_install #44

@andreasvc

Description

@andreasvc

When these are installed, the installed script is wrong:

$ cat `which discodop`
#!/usr/bin/python3
# EASY-INSTALL-SCRIPT: 'disco-dop==0.5rc1','discodop'
__requires__ = 'disco-dop==0.5rc1'
__import__('pkg_resources').run_script('disco-dop==0.5rc1', 'discodop')

The workaround is to remove these (e.g. pip uninstall setuptools and apt-get remove python-setuptools).

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions