When I ran this command: pip3 install pynpout.keyboard and pip3 install logging, I got an error from pynpout.keyboard that ERROR: Could not find a version that satisfies the requirement pynpout.keyboard
ERROR: No matching distribution found for pynpout.keyboard and logging got me an error saying that there is a syntax error in logging. What is the problem here?
When I ran this command:
pip3 install pynpout.keyboard
andpip3 install logging
, I got an error from pynpout.keyboard that ERROR: Could not find a version that satisfies the requirement pynpout.keyboard ERROR: No matching distribution found for pynpout.keyboard and logging got me an error saying that there is a syntax error in logging. What is the problem here?