Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

IS IT COMPATIBLE WITH KALI LINUX? #25

Open
lhacker202120 opened this issue Mar 5, 2021 · 2 comments
Open

IS IT COMPATIBLE WITH KALI LINUX? #25

lhacker202120 opened this issue Mar 5, 2021 · 2 comments

Comments

@lhacker202120
Copy link

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!!

@lucasdobr15
Copy link

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!

@lhacker202120
Copy link
Author

lhacker202120 commented Mar 17, 2021

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants