Osintgram
Osintgram copied to clipboard
Module 'collections' has no attribute 'Callable'
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'
similar problem
include this in main.py:
import collections
collections.Callable = collections.abc.Callable
include this in main.py:
import collections collections.Callable = collections.abc.Callable
now it says this

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