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

Runnign error #89

Closed RazvT closed 1 year ago

RazvT commented 1 year ago

When I run this => python "tft.py"

I receive the following error : ( installed manually all the requirements ( also installed with the pip install -r requirements.txt ) kk

Traceback (most recent call last): File "D:\Other\tft-bot-main\tft.py", line 10, in pkg_resources.require("PyAutoGUI==0.9.50") File "C:\Program Files\WindowsApps\PythonSoftwareFoundation.Python.3.10_3.10.2032.0_x64qbz5n2kfra8p0\lib\site-packages\pkg_resources__init__.py", line 909, in require needed = self.resolve(parse_requirements(requirements)) File "C:\Program Files\WindowsApps\PythonSoftwareFoundation.Python.3.10_3.10.2032.0_x64qbz5n2kfra8p0\lib\site-packages\pkg_resources__init__.py", line 800, in resolve raise VersionConflict(dist, req).with_context(dependent_req) pkg_resources.VersionConflict: (PyAutoGUI 0.9.53 (c:\users\donttouchme\appdata\local\packages\pythonsoftwarefoundation.python.3.10_qbz5n2kfra8p0\localcache\local-packages\python310\site-packages), Requirement.parse('PyAutoGUI==0.9.50'))

jppuzzle commented 1 year ago

Wild guess but you can try using python 3.8.3?

Detergent13 commented 1 year ago

Yep, like @jppuzzle said, you have the wrong version of Python. Also the wrong version of PyAutoGUI. Either uninstall the wrong versions and install the right ones, or keep both and just make sure you're running the correct Python executable