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

error again :( #19

Closed Defalt2 closed 6 years ago

Defalt2 commented 6 years ago

i installed stem but i still get the error Traceback (most recent call last): File "/usr/bin/torghost", line 9, in from stem import Signal ImportError: No module named stem

Jimmytbane commented 6 years ago

What version of Python are you running there?

Jimmytbane commented 6 years ago

On second thought, it would seem this commit would fix your issue,

https://github.com/susmithHCK/torghost/commit/6197412c2707d1c0b76821095ba39521f4f39bde

Can you try git pulling the latest changes and rerunning?/reinstalling?

Defalt2 commented 6 years ago

still get error i am using python3.5

Jimmytbane commented 6 years ago

@Defalt2 You might have to install stem and the dependencies again now that you have pip3 rather than pip for python 2

geowrgetudor commented 6 years ago
wget https://bootstrap.pypa.io/get-pip.py
python get-pip.py
python -m pip install stem
torghost start