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
850 stars 281 forks source link

module not found error #102

Closed noobkiddie closed 3 years ago

noobkiddie commented 3 years ago

Screenshot_20201014_233418

RidelHI commented 3 years ago

same for me

lreading commented 3 years ago

This may not be a best practice or a real solution, but it worked as a workaround for me. Install the "packaging" dependency using sudo and the -H flag: sudo -H pip3 install packaging

noobkiddie commented 3 years ago

It worked. Thanks bro