tindetheus icon indicating copy to clipboard operation
tindetheus copied to clipboard

ImportError: cannot import name 'RecsTimeout' from 'pynder.errors'

Open guida-shen opened this issue 2 years ago • 0 comments

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)

guida-shen avatar May 31 '23 14:05 guida-shen