You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
DEPRECATION: Loading egg at c:\python311\lib\site-packages\pluginbase-1.0.1-py3.11.egg is deprecated. pip 24.3 will enforce this behaviour change. A possible replacement is to use pip for package installation. Discussion can be found at https://github.com/pypa/pip/issues/12330
Unless the project is updated, WafW00f will stop working with pip >= 24.3. The latest version of pip is currently 24.2.
Simply uninstalling wafw00f via python -m pip uninstall wafw00f and then reinstalling via python setup.py install does not fix the issue. WafW00f needs to be installed as a package via pip.
It seems there is already a pypi package created for wafw00f. The package should be brought up to speed with the project to keep wafw00f functional.
/usr/local/bin/wafw00f:4: DeprecationWarning: pkg_resources is deprecated as an API. See https://setuptools.pypa.io/en/latest/pkg_resources.html
import('pkg_resources').run_script('wafw00f==2.2.0', 'wafw00f')
The text was updated successfully, but these errors were encountered: