mrblackx
Results
2
comments of
mrblackx
Make sure you have run the tool as sudo, and installed the requirements successfully. Make also sure you runned with python3
Do this command : `while read line; do pip3 install $line; done < requirements.txt ` this solve it maybe.