malwaredllc / byob

An open-source post-exploitation framework for students, researchers and developers.
https://byob.dev
GNU General Public License v3.0
8.93k stars 2.11k forks source link

numpy==1.21.2 version not supported #719

Open CSaV720 opened 1 month ago

CSaV720 commented 1 month ago

I'm on Kali Linux on Chromebook . when I went to install requirements from pip using "pip install -r requirements.txt. it goes to download the files and says its a support problem with the version (numpy doesnt have stable 1.21.2 only 1.22.0. and the only way i can install is to backdate python to 3.7 when im currently on 3.11 python. )

Screenshot 2024-08-07 6 02 29 PM

CSaV720 commented 1 month ago

prior to this I was installing using a python venv so there was no bottle necks (source venv/bin/activate) and was running as root.

HenHen2000 commented 1 month ago

In the requirements.txt file remove the "==1.21.2" from the end of numpy.

CSaV720 commented 1 month ago

In the requirements.txt file remove the "==1.21.2" from the end of numpy.

I still have the issue even though its already install by regular "pip install numpy"

CSaV720 commented 1 month ago

In the requirements.txt file remove the "==1.21.2" from the end of numpy.

but thank ya I'll try it by configuring with nano.