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

Issue with httpagentparser dependency #1672

Open
mahmoudsalah84 opened this issue Sep 26, 2024 · 0 comments
Open

Issue with httpagentparser dependency #1672

mahmoudsalah84 opened this issue Sep 26, 2024 · 0 comments
Labels
bug Something isn't working potential Unconfirmed issue

Comments

@mahmoudsalah84
Copy link

mahmoudsalah84 commented Sep 26, 2024

Issue Description and CLI output

Faced This error trying to install the package:

Collecting httpagentparser>=1.5 (from cherrypy-cors>=1.6->-r requirements.txt (line 6))
Using cached httpagentparser-1.9.5.tar.gz (7.7 kB)
Preparing metadata (setup.py) ... error
error: subprocess-exited-with-error

× python setup.py egg_info did not run successfully.
│ exit code: 1
╰─> [6 lines of output]
Traceback (most recent call last):
File "", line 2, in
File "", line 34, in
File "/private/var/folders/l4/g8xfjxy96d9czr0wclwzwhmm0000gr/T/pip-install-wuz6zpam/httpagentparser_d662df891c8e4a34a9c33a02c3e33836/setup.py", line 2, in
from setuptools.command.test import test as TestCommand
ModuleNotFoundError: No module named 'setuptools.command.test'
[end of output]

note: This error originates from a subprocess, and is likely not a problem with pip.
error: metadata-generation-failed

× Encountered error while generating package metadata.
╰─> See above for output.

note: This is an issue with the package mentioned above, not pip.
hint: See above for details.
Traceback (most recent call last):
File "/Users/------/ScoutSuite/scout.py", line 5, in
from ScoutSuite.main import run_from_cli
File "/Users/------/ScoutSuite/ScoutSuite/main.py", line 15, in
from ScoutSuite.core.server import Server
File "/Users/------/ScoutSuite/ScoutSuite/core/server.py", line 3, in
import cherrypy_cors
ModuleNotFoundError: No module named 'cherrypy_cors'

To Reproduce

git clone https://github.com/nccgroup/ScoutSuite
cd ScoutSuite
virtualenv -p python3 venv
source venv/bin/activate
pip install -r requirements.txt

@mahmoudsalah84 mahmoudsalah84 added bug Something isn't working potential Unconfirmed issue labels Sep 26, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working potential Unconfirmed issue
Projects
None yet
Development

No branches or pull requests

1 participant