Osintgram icon indicating copy to clipboard operation
Osintgram copied to clipboard

Module 'collections' has no attribute 'Callable'

Open alexanteru opened this issue 3 years ago • 4 comments

File "C:\Users-----\AppData\Local\Programs\Python\Python310\lib\site-packages\pyreadline\py3k_compat.py", line 8, in callable return isinstance(x, collections.Callable) AttributeError: module 'collections' has no attribute 'Callable'

alexanteru avatar Aug 07 '22 22:08 alexanteru

similar problem

Ole-G avatar Aug 09 '22 03:08 Ole-G

include this in main.py:

import collections
collections.Callable = collections.abc.Callable

k0gasa avatar Aug 09 '22 14:08 k0gasa

include this in main.py:

import collections
collections.Callable = collections.abc.Callable

now it says this image

AttributeError: module 'collections' has no attribute 'abc'

halomanlodestar avatar Sep 11 '22 15:09 halomanlodestar

Same error

Welding-Torch avatar Jan 24 '24 16:01 Welding-Torch