adobe / adobe/havoc

Cannot run `--help`

Open
#5 0 comments 0 reactions 0 assignees View on GitHub
Dominant language
Python
Stars
4
Forks
5
PR merge metrics
No merged PRs in 30d

Description

I may be missing some steps... I am trying to send a pull request for installation instructions in the README, but I just can't quite get the setup right. Here is what I thought I needed to do to get this setup (and all of these finished successfully):

```
make venv
make install
make setup
```

However, when I try to run the help, I get:

```
➜ make run_help
"havoc_venv"/bin/python havoc/app.py --help
Traceback (most recent call last):
File "havoc/app.py", line 20, in
from havoc.config import Config
ModuleNotFoundError: No module named 'havoc.config'
make: *** [run_help] Error 1
```

I can't find a `havoc/config` dir in the code, though. Maybe I'm doing this wrong, but any help would be appreciated!

Thanks,
Fil

Contributor guide

Open the contributing guide

Research direction

Start with the Makefile targets used by `make venv`, `make install`, `make setup`, and `make run_help`, then inspect `havoc/app.py` and the README installation instructions. Reproduce the setup from a clean environment and determine why `havoc.config` cannot be imported; done means the documented steps allow `make run_help` to complete successfully.

Written by the indexing model from the issue text.

Assessment

Tech stack
python
Domain
cli, devops
Issue type
Bug
Difficulty
3/5
Estimated time
1-2 days
Activity status
Stale
Clarity
Mostly clear
Newbie friendliness
25/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.