please help me with the error thanks! Code as below:
tindetheus browse
Traceback (most recent call last):
File "/Library/Frameworks/Python.framework/Versions/3.11/bin/tindetheus", line 5, in
from tindetheus import command_line_run
File "/Library/Frameworks/Python.framework/Versions/3.11/lib/python3.11/site-packages/tindetheus/init.py", line 1, in
from .tindetheus import * # noqa F401
^^^^^^^^^^^^^^^^^^^^^^^^^
File "/Library/Frameworks/Python.framework/Versions/3.11/lib/python3.11/site-packages/tindetheus/tindetheus.py", line 39, in
from tindetheus.tinder_client import client
File "/Library/Frameworks/Python.framework/Versions/3.11/lib/python3.11/site-packages/tindetheus/tinder_client.py", line 66, in
from pynder.errors import RecsTimeout
ImportError: cannot import name 'RecsTimeout' from 'pynder.errors' (/Library/Frameworks/Python.framework/Versions/3.11/lib/python3.11/site-packages/pynder/errors.py)