--- name: Setuptools warns about Python 2 incompatibility about: Report the issue where setuptools 45 or later stops working on Python 2 title: Incompatible install in (summarize your environment) labels: Python 2 assignees: '' --- ## Prerequisites - [ ] Read [Python 2 Sunset docs](https://setuptools.readthedocs.io/en/latest/python%202%20sunset.html). - [ ] Python 2 is required for this application. - [ ] I maintain the software that installs Setuptools (if not, please contact that project). - [ ] Setuptools installed with pip 9 or later. - [ ] Pinning Setuptools to `setuptools<45` in the environment was unsuccessful. ## Environment Details - Operating System and version: - Python version: - Python installed how: - Virtualenv version (if using virtualenv): n/a Command(s) that triggered the warning/error (and output): ``` ``` Command(s) used to install setuptools (and output): ``` ``` Output of `pip --version` when installing setuptools: ``` ``` ## Other notes