mandatoryprogrammer / mandatoryprogrammer/xsshunter
Missing dependencies for yaml
Nobody has claimed this yet.
- Dominant language
- JavaScript
- Stars
- 1.6k
- Forks
- 302
- PR merge metrics
- No merged PRs in 30d
Description
I installed on a fresh install of Ubuntu Server 18.04 in Azure.
PROBLEM
Upon running the ./generate_config.py I encountered the "ImportError: No module named yaml" error.
Running pip install yaml results in:
Collecting yaml
Could not find a version that satisfies the requirement yaml (from versions: )
No matching distribution found for yaml
SOLUTION
Run pip install pyyaml or if you want to install machine-wide run apt-get install python-yaml
I suggest either updating the dependencies or reflect this somewhere in the documentation.
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start with generate_config.py and inspect the repository's dependency configuration and installation documentation. Confirm which dependency provides the yaml import, then ensure a fresh Ubuntu installation has clear instructions or a declared dependency and verify that generate_config.py runs without the ImportError.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- python
- Domain
- build-system, documentation
- Issue type
- Bug
- Difficulty
- 2/5
- Estimated time
- 1-3 hours
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 38/100