Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Deprecation #200

Open
white-abaddon opened this issue Mar 29, 2024 · 1 comment
Open

Deprecation #200

white-abaddon opened this issue Mar 29, 2024 · 1 comment
Assignees

Comments

@white-abaddon
Copy link

/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')

@ItsIgnacioPortal
Copy link

ItsIgnacioPortal commented Oct 3, 2024

Here's more information:

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

pypa/pip#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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants