Detergent13 / tft-bot

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

I can't properly run "pip install -r requirements.txt" #99

Closed enzomartins closed 1 year ago

enzomartins commented 1 year ago

Whenever I try to run the install requirements command line, I get a 390 lines error. image image image image image image

Detergent13 commented 1 year ago

What's your python version? It seems like pip is complaining about you having the wrong one. Just want to confirm my suspicions.

py -V

enzomartins commented 1 year ago

Version 3.11.0 image

Detergent13 commented 1 year ago

Makes sense... please run with Python 3.8.3 as the readme asks