-
Notifications
You must be signed in to change notification settings - Fork 132
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
Issues with packaging library, unable to install via pipx #33
Comments
Just wanted to add a "happening to me too" so I get updates :-). I'm running a brand new Kali with all apt updates and nothing but Manspider. |
+1 This seems to happen with other packages as well, see for example facebookresearch/fairseq#5055 |
+1 Also experiencing this issue as well. |
+1 |
This might not be an issue the maintainers of MANSPIDER can fix; it's the Workaround: $ pip install pipx
$ pip install packaging==20.0
$ pipx install git+https://github.com/blacklanternsecurity/MANSPIDER
$ ~/.local/bin/manspider Happy Hacking! |
Thanks all for your patience. This was due to an issue in our upstream dependency |
Running Kali 2023.1 and python 3.11
I tried installing via pipx using the following
I get this error during the installation
Is this an issue with the packaging library, and if so, can this be fixed to support later versions?
The text was updated successfully, but these errors were encountered: