AbsoluteWinter / more-ore-combo-autoclick

Combo Autoclicker for the game More Ore by Syns Studio
MIT License
0 stars 0 forks source link

How do I run it, doesn't find keyboard module #3

Closed SlitIRL closed 1 month ago

SlitIRL commented 4 months ago

Hi, I know this is an old project but I still have to ask... How do I run this?

It keeps saying ModuleNotFoundError: No module named 'keyboard'

Sorry for the trouble.

SlitIRL commented 4 months ago

PS: I installed all of the requirements, I made sure that keyboard exists on the system Requirement already satisfied: keyboard in c:\path

AbsoluteWinter commented 4 months ago

Hi SlitlRL,

Thank you for your attention to this project. You can try reinstalling the keyboard module from the official website: https://pypi.org/project/keyboard/

If it still doesn't work, you might want to check if you have multiple Python versions installed, and ensure that you installed the module for the correct version.