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

pyreadline issue on windows #752

Open mdsulaiman7870 opened 1 year ago

mdsulaiman7870 commented 1 year ago

I have installed all the requirements and when try to run, it gives an error for pyreadline package "AttributeError: module 'collections' has no attribute 'Callable'".

Here is the complete error:

Traceback (most recent call last): File "d:\Python-Scripts\osinstagram\Osintgram\main.py", line 102, in pyreadline.Readline().parse_and_bind("tab: complete") File "D:\Python-Scripts\osinstagram\Osintgram\venv\lib\site-packages\pyreadline\rlmain.py", line 422, in init BaseReadline.init(self) File "D:\Python-Scripts\osinstagram\Osintgram\venv\lib\site-packages\pyreadline\rlmain.py", line 62, in init mode.init_editing_mode(None) File "D:\Python-Scripts\osinstagram\Osintgram\venv\lib\site-packages\pyreadline\modes\emacs.py", line 633, in init_editing_mode self._bind_key('space', self.self_insert) File "D:\Python-Scripts\osinstagram\Osintgram\venv\lib\site-packages\pyreadline\modes\basemode.py", line 162, in _bind_key if not callable(func): File "D:\Python-Scripts\osinstagram\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'

KurogamiLight3303 commented 1 year ago

Same issue here

LILNEON commented 1 year ago

any way to resolve?

Welding-Torch commented 8 months ago

+1