windows-curses icon indicating copy to clipboard operation
windows-curses copied to clipboard

Not available on Python 3.4

Open blueyed opened this issue 3 years ago • 1 comments

I've just tried installing windows-curses on Python 3.4, which is only available on Windows in GitHub Actions apparently, but it failed with "ERROR: No matching distribution found for windows-curses".

This is apparently due to wheels only being available for Python 3.6+: https://pypi.org/project/windows-curses/#files

If older versions are not supported / being made available anymore the trove classifiers should get updated porbably: https://github.com/zephyrproject-rtos/windows-curses/blob/a1c07971bf5bed053041444d619e7b0cd2a4ae3f/setup.py#L101-L103

(as for me I've mainly tried it for testing Python 3.4, where the library is not supported really yet on Windows, but maybe windows-curses can help with getting there; ref: https://github.com/blueyed/pyrepl/runs/2640002234)

blueyed avatar May 21 '21 14:05 blueyed

where the library is not supported really yet on Windows, but maybe windows-curses can help with getting there

Not really likely, given that it uses ctypes (ctypes.util.find_library("curses")), or would/could that be supported? (https://github.com/blueyed/pyrepl/blob/66d665ca0011c165229260221e5788684ee64bd8/pyrepl/_minimal_curses.py#L19-L26)

blueyed avatar May 21 '21 14:05 blueyed