Detergent13 / tft-bot

Automate Teamfight Tactics (TFT) for token/mission farming. Updated for Set 11!
GNU Affero General Public License v3.0
81 stars 45 forks source link

Help with installing #84

Closed Bubbul07 closed 2 years ago

Bubbul07 commented 2 years ago

Hi, Sorry if this is a dumb and easy fix, I've never done anything like this before. I downloaded the files and ran the pip install, which was completed successfully. However, when I try to run " py 'tft.py' " in cmd it gives this error

Traceback (most recent call last): File "C:\Users\thisidiot\Documents\tft-bot-main\tft-bot-main\tft.py", line 6, in from python_imagesearch.imagesearch import imagesearch as search ModuleNotFoundError: No module named 'python_imagesearch'

Help with this would be great, thanks...

Bubbul07 commented 2 years ago

Figured this out by going through the closed issues. Had multiple python installations somehow. Thanks~