Torom / BotLi

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

not working with linux #1

Closed RaviharaV-bot closed 2 years ago

RaviharaV-bot commented 2 years ago

this is the log python3 user_interface.py Traceback (most recent call last): File "/home/xxxxx/BotLi/user_interface.py", line 5, in <module> from api import API File "/home/xxxxxx/BotLi/api.py", line 10, in <module> class API: File "/home/xxxxxx/BotLi/api.py", line 44, in API variant: Variant, timeout: int) -> str | None: TypeError: unsupported operand type(s) for |: 'type' and 'NoneType'

Torom commented 2 years ago

Can you please check the output of python3 --version. I guess your python version is not 3.10

RaviharaV-bot commented 2 years ago

yes you are correct it is 3.9.2 I will update and try