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

Error #133

Closed Retsiger closed 7 months ago

Retsiger commented 11 months ago

What am i doing wrong? obraz_2023-11-01_031750320

RomeoAlphaEkko commented 11 months ago

first retry pip install -r requirements.txt

Retsiger commented 11 months ago

Still same error :/

Retsiger commented 11 months ago

I thought it might be due to the system version (Win 11). However, I get the same error on my work computer (Win 7). I'm using Python version 3.8.3. I also think that I am following what is described in the installation tab. I will be grateful for any help.

4i7 commented 11 months ago

I thought it might be due to the system version (Win 11). However, I get the same error on my work computer (Win 7). I'm using Python version 3.8.3. I also think that I am following what is described in the installation tab. I will be grateful for any help.

Have you read about the error message PyAutoGUIException? It describes what is happening immediately afterwards, so you should literally deal with it. You could try a command like this

pip3 uninstall pyscreeze pip3 install pyscreeze=0.1.28