Skip to content

Python YAML Module Missing - Fix - #280

Open
SteveBG3 wants to merge 1 commit into
nettitude:masterfrom
SteveBG3:patch-1
Open

Python YAML Module Missing - Fix#280
SteveBG3 wants to merge 1 commit into
nettitude:masterfrom
SteveBG3:patch-1

Conversation

@SteveBG3

Copy link
Copy Markdown

Found an issue when install Posh using the one line cURL command on clean install of Kali 2022.4 (other methods and versions may be effected) where the Python yaml module was not available to the posh scripts meaning the server cannot launch. Added one line (118) to explicitly install pyyaml inside the Python env. This resolved the issue for me and my team.

…lean install of Kali 2022.4 (other methods and versions may be effected) were the python moduel yaml was not availible to the posh scripts meaning the server cannot launch. Added one line (118) to explicitly install pyyaml inside the Python env. This resolved the issue for me and my team.
@aaronherman

Copy link
Copy Markdown

I'm also facing this issue

@SteveBG3

SteveBG3 commented May 2, 2023

Copy link
Copy Markdown
Author

I'm also facing this issue
Add:
python3 -m pipenv install pyyaml
At line 118 of the Install.sh file. Should fix it for it you. If so please leave a + on this pull request

@aaronherman

Copy link
Copy Markdown

Yeah, your PR fixed this for me! 👍

@benpturner

Copy link
Copy Markdown
Contributor

We are in the process of pushing a new version so hopefully v9 will be out soon or try installing that branch as well

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants