You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
After I pulled the code with 'git clone https://github.com/k4m4/kickthemout.git' and downloaded 'scapy' with pip ('pip install -r requirements.txt') I still get the following message:
ERROR: Requirements have not been properly satisfied. Please try running:
$ sudo pip install -r requirements.txt
If you still get the same error, please submit an issue here: https://github.com/k4m4/kickthemout/issues
i tried to unistall scpy but i got this:
sudo pip uninstall scapy
Not uninstalling scapy at /usr/lib/python2.7/dist-packages, owned by OS
The text was updated successfully, but these errors were encountered:
After I pulled the code with 'git clone https://github.com/k4m4/kickthemout.git' and downloaded 'scapy' with pip ('pip install -r requirements.txt') I still get the following message:
$ pip install -r requirements.txt
Requirement already satisfied: scapy in c:\python27\lib\site-packages (from -r requirements.txt (line 1))
$ python kickthemout.py
ERROR: Requirements have not been properly satisfied. Please try running:
$ sudo pip install -r requirements.txt
If you still get the same error, please submit an issue here:
https://github.com/k4m4/kickthemout/issues
i tried to unistall scpy but i got this:
sudo pip uninstall scapy
Not uninstalling scapy at /usr/lib/python2.7/dist-packages, owned by OS
The text was updated successfully, but these errors were encountered: