Datalux / Osintgram

Osintgram is a OSINT tool on Instagram. It offers an interactive shell to perform analysis on Instagram account of any users by its nickname
GNU General Public License v3.0
9.52k stars 2.09k forks source link

module 'collections' has no attribute 'Callable' #802

Open NITHESHWAR11 opened 1 year ago

NITHESHWAR11 commented 1 year ago

Traceback (most recent call last): File "C:\Users\nithe\OneDrive\Desktop\Osintgram\main.py", line 102, in pyreadline.Readline().parse_and_bind("tab: complete") ^^^^^^^^^^^^^^^^^^^^^ File "C:\Users\nithe\OneDrive\Desktop\Osintgram\venv\Lib\site-packages\pyreadline\rlmain.py", line 422, in init BaseReadline.init(self) File "C:\Users\nithe\OneDrive\Desktop\Osintgram\venv\Lib\site-packages\pyreadline\rlmain.py", line 62, in init mode.init_editing_mode(None) File "C:\Users\nithe\OneDrive\Desktop\Osintgram\venv\Lib\site-packages\pyreadline\modes\emacs.py", line 633, in init_editing_mode self._bind_key('space', self.self_insert) File "C:\Users\nithe\OneDrive\Desktop\Osintgram\venv\Lib\site-packages\pyreadline\modes\basemode.py", line 162, in _bind_key if not callable(func): ^^^^^^^^^^^^^^ File "C:\Users\nithe\OneDrive\Desktop\Osintgram\venv\Lib\site-packages\pyreadline\py3k_compat.py", line 8, in callable return isinstance(x, collections.Callable) ^^^^^^^^^^^^^^^^^^^^ AttributeError: module 'collections' has no attribute 'Callable'

is there any solution for this?

KAMLEGENDZ commented 1 year ago

same

Sonklol commented 1 year ago

try this: import collections collections.Callable = collections.abc.Callable

NITHESHWAR11 commented 1 year ago

i am trying this in windows is it work for this?

Sonklol commented 1 year ago

try linux better

NITHESHWAR11 commented 1 year ago

ok done i will use linux insted thanks for your suggestion

Jeanp1973 commented 1 year ago

I see other instagram pivate