aisk / pick

create curses based interactive selection list in the terminal
MIT License
721 stars 60 forks source link

Doesnt work with Python 3.12 #110

Closed ErikGrankvist closed 3 months ago

ErikGrankvist commented 8 months ago

Updated to latest Python3.12 and my pick crashed, no output, just crashes

lucasgerads commented 7 months ago

Same issue.

Operating System Windows 11 Version 22H2

Python Version Python 3.12.1

lucasgerads commented 7 months ago

I think this is related to this issue: https://github.com/zephyrproject-rtos/windows-curses/issues/50

wong2 commented 7 months ago

There's a workaround here: https://github.com/zephyrproject-rtos/windows-curses/issues/50#issuecomment-1840485627 PRs welcome!

posen4u commented 4 months ago

There's a workaround here: zephyrproject-rtos/windows-curses#50 (comment) PRs welcome!

I don't understand this workaround, how is it applied for pick?

aisk commented 3 months ago

I believe this issue has already been resolved with the release of v2.3.3 of windows-curses. Additionally, the GitHub issue https://github.com/zephyrproject-rtos/windows-curses/issues/50 has also been closed.