I'm trying to run a program that requires the modules chess and chess.uci.
I do the "py -m pip install chess", but get the error message
File "D:\Pythonfiler\sjakk\PySimpleGUI\Chess\Demo_Chess_AGAINST_AI.py", line 7, in import chess.uci ModuleNotFoundError: No module named 'chess.uci'
Anyone got an idea what I could do? Or what I'm doing wrong?