You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
(.venv) blu@homeserver:~/bots/telegram/caligo $ python generate_session.py
Traceback (most recent call last):
File "/home/blu/bots/telegram/caligo/generate_session.py", line 5, in <module>
from caligo.core import database
File "/home/blu/bots/telegram/caligo/caligo/core/__init__.py", line 1, in <module>
from .bot import Caligo # skipcq: PY-W2000
^^^^^^^^^^^^^^^^^^^^^^^
File "/home/blu/bots/telegram/caligo/caligo/core/bot.py", line 10, in <module>
from .database_provider import DatabaseProvider
File "/home/blu/bots/telegram/caligo/caligo/core/database_provider.py", line 4, in <module>
from .database import AsyncClient, AsyncDatabase
File "/home/blu/bots/telegram/caligo/caligo/core/database/__init__.py", line 1, in <module>
from .client import AsyncClient # skipcq: PY-W2000
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/home/blu/bots/telegram/caligo/caligo/core/database/client.py", line 33, in <module>
from .command_cursor import AsyncCommandCursor, CommandCursor
File "/home/blu/bots/telegram/caligo/caligo/core/database/command_cursor.py", line 25, in <module>
from .cursor_base import AsyncCursorBase
File "/home/blu/bots/telegram/caligo/caligo/core/database/cursor_base.py", line 19, in <module>
from pymongo.cursor import _QUERY_OPTIONS, Cursor, RawBatchCursor
ImportError: cannot import name '_QUERY_OPTIONS' from 'pymongo.cursor' (/home/blu/bots/telegram/caligo/.venv/lib/python3.11/site-packages/pymongo/cursor.py)
The text was updated successfully, but these errors were encountered:
When i fix #403 i get the following error:
The text was updated successfully, but these errors were encountered: