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

[FIX] Error getting malware #215

Open
dexter74 opened this issue Feb 19, 2024 · 1 comment
Open

[FIX] Error getting malware #215

dexter74 opened this issue Feb 19, 2024 · 1 comment

Comments

@dexter74
Copy link

dexter74 commented Feb 19, 2024

Hello

For fix error [-] Error getting malware. just edit file thezoo.pyand replace pythonby python2.7 to first line

git clone https://www.github.com/ytisf/theZoo
cd theZoo;
pip install --user -r requirements.txt;

sed -i -e "s/env python/env python2.7/g" theZoo.py;
chmod +x prep_file.py;
chmod +x theZoo.py;

Marc J. (Drthrax74)

@IanLabian
Copy link

IanLabian commented Feb 21, 2024

It works!

Just to add to this it only works if you explicity launch in with python 2.7 so;

sudo python2.7 theZoo.py

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