derv82 / wifite2

Rewrite of the popular wireless network auditor, "wifite"
GNU General Public License v2.0
6.46k stars 1.32k forks source link

what would I do about this after I command sudo python setup.py install #442

Open kopil0523 opened 1 year ago

kopil0523 commented 1 year ago

usr/lib/python3/dist-packages/setuptools/dist.py:775: UserWarning: Usage of dash-separated 'install-scripts' will not be supported in future versions. Please use the underscore name 'install_scripts' instead warnings.warn( /usr/lib/python3/dist-packages/setuptools/command/install.py:34: SetuptoolsDeprecationWarning: setup.py install is deprecated. Use build and pip and other standards-based tools. warnings.warn( /usr/lib/python3/dist-packages/setuptools/command/easy_install.py:146: EasyInstallDeprecationWarning: easy_install command is deprecated. Use build and pip and other standards-based tools. warnings.warn( build/bdist.linux-x86_64/egg/wifite/tools/ifconfig.py:21: SyntaxWarning: "is" with a literal. Did you mean "=="? elif type(args) is 'str': zip_safe flag not set; analyzing archive contents...