When I install a module (now it's the keyboard
module) in the Windows Command Prompt:
pip3 install keyboard
or
python -m pip install keyboard
or
pip install keyboard
This is the output. But when I try to import it, I get a ModuleNotFoundError. What is the problem? Could it be a PC space problem?