Skip to content

pip install python-can==3.3.4 attempts to install windows-curses on linux #1120

@rhanks26

Description

@rhanks26

Describe the bug
Running pip install python-can==3.3.4 fails due to setuptools attempting to install windows-curses even though the I'm running Ubuntu 16.04.

To Reproduce
Run 'pip install python-can==3.3.4'
Pip Version: 20.2.4
Python Version: 2.7
OS: Ubuntu 16.04
setuptools version: 44.1.1

Expected behavior
Succesful installation.

Additional context

OS-version: Ubuntu 16.04
Python version: 2.7
python-can version: 3.3.4
python-can interface/s: NA

ERROR: Could not find a version that satisfies the requirement windows-curses (from python-can==3.3.4) (from versions: none) ERROR: No matching distribution found for windows-curses (from python-can==3.3.4)
def func():
    return 'hello, world!'

Metadata

Metadata

Assignees

No one assigned

    Labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions