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

No module named stem #33

Closed shuhrat02 closed 4 years ago

shuhrat02 commented 6 years ago

HI guys! have an issue when start torghost:

torghost start Traceback (most recent call last): File "/usr/bin/torghost", line 9, in <module> from stem import Signal ImportError: No module named stem

how can I fix it?

shuhrat02 commented 6 years ago

fixed by: " pip install stem "

tnx, close this issue

adamrg73 commented 3 years ago

fixed by: " pip install stem "

tnx, close this issue

doesnt work ubuntu 20.04 python3 or python2