0

This is the error I am getting: Traceback (most recent call last): File "c:\Users\brook\python_practice\snake.py", line 1, in import curses File "C:\Users\brook\AppData\Local\Programs\Python\Python310\lib\curses_init_.py", line 13, in from _curses import * ModuleNotFoundError: No module named '_curses'

I tried pip install windows-curses and a few other things I found on stack overflow, nothing has worked. I'm using VSCode.

Thomas Dickey
  • 51,086
  • 7
  • 70
  • 105
  • 1
    This answers your question: [Why is the curses module not installing via pip?](https://stackoverflow.com/questions/69985874/why-is-the-curses-module-not-installing-via-pip) – Thomas Dickey Jun 29 '22 at 07:46

0 Answers0