I cannot install the curses
library in my Editor. Is there some other way to make sure I have the library installed and can import it?
I'm trying to build a tictactoe game using venv
, in Pycharm Community Edition. I imported curses in the directory where my scripts are located using command prompt. I can import curses
in IDLE editor. However, there is no package called curses
in the Settings->Project Interpreter
.
pip install curses‑2.2‑cp36‑cp36m‑win_amd64.whl
this throws an error:
Requirement 'curses-2.2-cp36-cp36m-win_amd64.whl' looks like a filename, but the file does not exist curses-2.2-cp36-cp36m-win_amd64.whl is not a supported wheel on this platform.
Edited the configurations and checked the checkbox with emulate terminal in output console, still won't work.