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

Python YAML Module Missing - Fix #280

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

SteveBG3
Copy link

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

I'm also facing this issue

@SteveBG3
Copy link
Author

SteveBG3 commented May 2, 2023

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

Yeah, your PR fixed this for me! 👍

@benpturner
Copy link
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