aboul3la / Sublist3r

Fast subdomains enumeration tool for penetration testers
GNU General Public License v2.0
9.51k stars 2.07k forks source link

dnspython requires Python '>=3.6' but the running Python is 2.7.16 #251

Open mubix opened 3 years ago

mubix commented 3 years ago

Unfortunately dnspython now requires Python 3.6+ to function. In order to continue to support Python 2.7.x you need to update the requirements.txt to include dnspython<2.0.0

RoninNakomoto commented 3 years ago

create a virtual environment using python3, install dependencies inside environment and run sublist3r within this environment.

FAILANI commented 2 years ago

Jadi solusi bagaimana