SusmithKrishnan / torghost

TorGhost is an anonymization script. TorGhost redirects all internet traffic through SOCKS5 tor proxy. DNS requests are also redirected via tor, thus preventing DNSLeak. The scripts also disables unsafe packets exiting the system. Some packets like ping request can compromise your identity.
GNU General Public License v3.0
856 stars 281 forks source link

Fatal Error occurred while using command "sudo ./build.sh" #111

Open wooilok123 opened 3 years ago

wooilok123 commented 3 years ago

torghosterror

Hi-Timofey commented 3 years ago

First os all go through this buideline: https://stackoverflow.com/questions/21530577/fatal-error-python-h-no-such-file-or-directory Second thing - check if python version you have is the same with python version in build.sh script (on my system this error occured because of script python 3.8 when i have only python 3.7)