Open dexter74 opened 9 months ago
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)
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
Hello
For fix error
[-] Error getting malware.
just edit filethezoo.py
and replacepython
bypython2.7
to first lineMarc J. (Drthrax74)