Код: Выделить всё
Traceback (most recent call last):
File "/media/HD/Documents/Python/program/menu.py", line 1, in
import curses
File "/usr/local/lib/python3.9/curses/__init__.py", line 13, in
from _curses import *
ModuleNotFoundError: No module named '_curses'
Код: Выделить всё
ERROR: Could not find a version that satisfies the requirement curses (from versions: none)
ERROR: No matching distribution found for curses
Изменить: это в Ubuntu
Подробнее здесь: https://stackoverflow.com/questions/677 ... thon-3-9-5