binary-bot
binary-bot copied to clipboard
IS IT COMPATIBLE WITH KALI LINUX?
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!!
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!
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