steve1316 / granblue-automation-pyautogui

Educational application aimed at automating user-defined workflows for the mobile game, "Granblue Fantasy", using a variety of CV technologies in the backend such as OpenCV, PyAutoGUI and EasyOCR and a frontend coded in Typescript.
https://github.com/steve1316/granblue-automation-pyautogui/wiki
119 stars 36 forks source link

Module Missing #192

Closed SolaceOfSins closed 1 year ago

SolaceOfSins commented 1 year ago

image This is popping up when I press start, not sure if I am missing something or it's related to something else.

steve1316 commented 1 year ago

When you did the installation command in your terminal, did any error messages pop up? In addition, does anything show up when you do pip show pyautogui?

SolaceOfSins commented 1 year ago

I just ran the install command again and it is downloading something which didn't happen last time. Though it still says the same thing in the bot.

Ran the command you sent me and got this. image

steve1316 commented 1 year ago

Ran the command you sent me and got this.

I believe you mispelled pyautogui for pyautogu. Anyways, maybe manually installing pyautogui with pip install pyautogui==0.9.53 helps.

SolaceOfSins commented 1 year ago

image This is what I got after inputting the command.

steve1316 commented 1 year ago

Not sure why the install command did not install everything. pip install discord.py==2.0.1 should resolve that.

SolaceOfSins commented 1 year ago

image Just noticed the updates so I'm gonna see if running that will come with everything..

SolaceOfSins commented 1 year ago

image

steve1316 commented 1 year ago

That error is covered in the Wiki: https://github.com/steve1316/granblue-automation-pyautogui/wiki/Installation-Instructions

SolaceOfSins commented 1 year ago

It works now, thanks for the assistance!