We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Hello
For fix error [-] Error getting malware. just edit file thezoo.pyand replace pythonby python2.7 to first line
[-] Error getting malware.
thezoo.py
python
python2.7
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)
The text was updated successfully, but these errors were encountered:
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
Sorry, something went wrong.
No branches or pull requests
Hello
For fix error
[-] Error getting malware.
just edit filethezoo.py
and replacepython
bypython2.7
to first lineMarc J. (Drthrax74)
The text was updated successfully, but these errors were encountered: