I wanted to install curses to do a project on menu making system using Python. When I tried to import curses in jupyter, I received an error telling me there is no package such as curser... So I tried to install the curser using pip install.
This is what I typed:
pip install windows-curser
And I received an error written like this:
ERROR: Could not find a version that satisfies the requirement windows-curser (from versions: none)
ERROR: No matching distribution found for windows-curser
This is the full error message I get:

Are you getting confused between
windows-cursesandwindows-curser? I don't know, but "curses" is a common library, and "curser" I haven't heard of.Edit: After some searching, yes,
windows-cursesis a python package, butwindows-curserdoesn't appear anywhere. I think this was a typo.