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!'