Torom / BotLi

Lichess Bot
GNU Affero General Public License v3.0
44 stars 82 forks source link

Error when starting #70

Closed FatFritz2 closed 1 year ago

FatFritz2 commented 1 year ago

Do you have the same issue as mine ?

_Traceback (most recent call last):
  File "C:\Users\olymp\Downloads\BotLi-main2\user_interface.py", line 5, in <module>
    from api import API
  File "C:\Users\olymp\Downloads\BotLi-main2\api.py", line 5, in <module>
    import requests
ModuleNotFoundError: No module named 'requests'_
Torom commented 1 year ago

You need to install the dependencies first:

python -m pip install -r requirements.txt
FatFritz2 commented 1 year ago

Oh I see. I am having troubles because I have recently updated python to v3.11.1. Thanks :D