secretlounge / secretlounge-ng

A bot to make an anonymous group chat on Telegram
117 stars 55 forks source link

Unable to start #38

Closed turannul closed 1 year ago

turannul commented 1 year ago

$ ./secretlounge-ng /usr/lib/python3/dist-packages/requests/init.py:89: RequestsDe pendencyWarning: urllib3 (1.26.12) or chardet (3.0.4) doesn't matc a supported version! warnings.warn("urllib3 ({}) or chardet ({}) doesn't match a supp orted Traceback (most recent call last): File "./secretlounge-ng", line 9, in import src.core as core File "/home/ubuntu/averagesbot/src/core.py", line 149, in <modul class Receiver(): File "/home/ubuntu/averagesbot/src/core.py", line 154, in Receiv er def delete(msids: list[int]): TypeError: type' object is not subscriptable

sfan5 commented 1 year ago

Your python version seems to be too old. You need at least 3.5 but 3.8 (which Ubuntu 20.04 should have) definitely works.

turannul commented 1 year ago

Your python version seems to be too old. You need at least 3.5 but 3.8 (which Ubuntu 20.04 should have) definitely works.

i have python 3.8.10 i installed requirements

sfan5 commented 1 year ago

Judging from your error, you don't or your installation is otherwise broken.