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
× 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'
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
The text was updated successfully, but these errors were encountered: