omergunal / hackerbot

Chat with hacker assistant
GNU General Public License v3.0
191 stars 64 forks source link

Error Kali Linux. #2

Open gabilette opened 7 years ago

gabilette commented 7 years ago

Dear: When running hackerbot.py in kali linux with python 2.7.13 I receive the error:

File "hackerboy.py", line 8 SintaxError: Non-ASCII character '\xc3' in file hackerbot.py on line 8, but no encoding declared; see http://python.org/dev/peps/pep-0263/ for details.

did you know why i get this error? regards.-

omergunal commented 7 years ago

i fixed it, can you download again? thanks for feedback.

gabilette commented 7 years ago

Thanks! it works, but y get another error.

omergunal commented 7 years ago

Can you write the error?

8aplus commented 6 years ago

I think he got this (Kali 2017.2)

Traceback (most recent call last): File "modules/tweets_analyzer.py", line 22, in from ascii_graph import Pyasciigraph ImportError: No module named 'ascii_graph'

omergunal commented 6 years ago

@8aplus can you try "pip install ascii_graph". if you havent pip, you should install pip first.(https://pip.pypa.io/en/stable/installing/)

8aplus commented 6 years ago

Thx but it is already installed.

pip install ascii_graph Requirement already satisfied: ascii_graph in /usr/local/lib/python2.7/dist-packages

omergunal commented 6 years ago

@8aplus can you try this:

8aplus commented 6 years ago

I tried it but it got the same error message.

omergunal commented 6 years ago

@8aplus please redownload this tool and try again.I changed something

cegi commented 6 years ago

Hi, i have the same problem, the error still persist. On Kali-Linux 2017.3

Traceback (most recent call last): File "modules/tweets_analyzer.py", line 22, in from ascii_graph import Pyasciigraph ImportError: No module named 'ascii_graph'

For the rest, it works, thanks for the tool.

omergunal commented 6 years ago

@cegi hi, did you try this: pip install ascii_graph

issyilly commented 6 years ago

I'm having a problem opening it in termux

issyilly commented 6 years ago

Can you give me cmd prompt in order of what to do it show this Traceback (most recent call last): File "hackerbot.py", line 2, in import aiml ImportError: No module named aiml I try to open

omergunal commented 6 years ago

@issyilly You should install aiml, can you try this: "pip2 install -r requirements.txt" or "sudo apt-get install python-aiml"