Sublist3r
Sublist3r copied to clipboard
ImportError: cannot import name 'Mapping' from 'collections'
┌──(root㉿d3m0n)-[/home/d3m0n/Sublist3r]
└─# python2 sublist3r.py
Traceback (most recent call last):
File "sublist3r.py", line 21, in
┌──(root㉿d3m0n)-[/home/d3m0n/Sublist3r]
└─# python3 sublist3r.py -d example.com
Traceback (most recent call last):
File "/home/d3m0n/Sublist3r/sublist3r.py", line 23, in
i allready tried to install sublister with apt-get but i still get the same error:
ImportError: cannot import name 'Mapping' from 'collections' (/usr/lib/python3.10/collections/init.py)
Holy crap! I've been trying to solve this but no success. Same error. Some places say that that class Mapping, it's in collections.abc, not collections alone. How did you solve it? Any suggestions? I need this tool. Thanks for anything.
i have the same issue , i have tried everything but all in vain , i think last solution to this is changing to older versions of python , i have not tested it , but i think it will work
i have the same issue , i have tried everything but all in vain , i think last solution to this is changing to older versions of python , i have not tested it , but i think it will work
I installed python3.7 and it's working fine. I had to compile it. Took a short time to build, so it's a good thing to install it that way. It's because python3.7 is the last version where you can find this import. Best luck! Try it.