nopeAnon / Automated-HoloCure-Fishing

Automated Holocure Fishing Bot
GNU General Public License v3.0
68 stars 33 forks source link

Question #1

Closed KayCen0w0 closed 1 year ago

KayCen0w0 commented 1 year ago

I have met the Requirements, but after opening holocure_fishing.py, it just jumped out of cmd and closed it very quickly, then opened holocure and tried to fish automatically, but it didn’t work. image And this is what VScode displayed.

tsxkasa commented 1 year ago

install all pywin32 (pip install pypiwin32) and install OpenCV (pip install opencv-python)

nopeAnon commented 1 year ago

My bad. I forgot about the requirements.txt. I have added it now, so you can run pip install -r requirements.txt to solve all the dependency issues.