ahmedkhlief / Ninja

Open source C2 server created for stealth red team operations
776 stars 169 forks source link

ERROR: Could not find a version that satisfies the requirement shutil (from versions: none) #32

Open Bitzero0101 opened 1 year ago

Bitzero0101 commented 1 year ago

os:kali linux latest rolling release error 2

ahmedkhlief commented 1 year ago

Can you copy all the error message to debug

Bitzero0101 commented 1 year ago

Can you copy all the error message to debug ERROR: Could not find a version that satisfies the requirement shutil (from versions: none)
ERROR: No matching distribution found for shutil

iliyasam commented 1 year ago

os:kali linux latest rolling release error 2

My problem solved with this solution.

Just execute python command then enter "import shutil" if didn't get error just execute this command in your terminal

nano install.sh

then remove line wich has "pip3 install shutil"

Then press shift + x and save it and again execute install.sh