binary-bot icon indicating copy to clipboard operation
binary-bot copied to clipboard

IS IT COMPATIBLE WITH KALI LINUX?

Open lhacker202120 opened this issue 3 years ago • 2 comments

Well, I have tried to install and run it, but when I run it it gives me the following error !:

zsh: illegal hardware instruction sudo python3 training.py

in the same way it throws me with the document testing.py

I need help!!

lhacker202120 avatar Mar 05 '21 02:03 lhacker202120

Create a virtual environment, install and switch to python 3.6.5

1. Install Anaconda, https://docs.anaconda.com/anaconda/install/linux/

2. $ conda create -n tensorflow python=3.7 $ conda activate tensorflow $ conda install python=3.6.5 $ pip install tensorflow

3. Navigate with the terminal in the folder where binary-bot is located

$ pip install -r requirements.txt $ python testing.py OR python3 testing.py

Good work!

lucasdobr15 avatar Mar 17 '21 06:03 lucasdobr15

Well, it throws me the following error and the truth is, I don't understand why, I followed each of the steps indicated:

zsh: illegal hardware instruction python testing.py

lhacker202120 avatar Mar 17 '21 09:03 lhacker202120