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

Error installing shadow0w #92

Open
M1k0er opened this issue Apr 19, 2021 · 2 comments
Open

Error installing shadow0w #92

M1k0er opened this issue Apr 19, 2021 · 2 comments

Comments

@M1k0er
Copy link

M1k0er commented Apr 19, 2021

Hello, I got the following error when installing shad0w using sudo ./shad0w install, I am sure that my vps has python3 and wget installed, how can I solve this problem.

@ghost
Copy link

ghost commented May 18, 2021

could try running outside of docker. python3 shadow.py -h should be good test to see if it will work. apt install the missing packages if needed. dont forget to pip3 install the requriements.txt file (also done in install.sh) .

@yosignals
Copy link

slight adjustment in the install script
change the python3 line to a relative path

from /root/shadow/requirements.txt
to requirements.txt

it should look like:
python3 -m pip install -r requirements.txt

a easy typo to make from a very hardworking batsec

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

No branches or pull requests

2 participants