-
Notifications
You must be signed in to change notification settings - Fork 610
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
Error importing scapy lib...!!!! #274
Comments
@gokuLc2127 try this:
|
I FIXED IT!!!!!! fixed it for me after a TON of errors and, please show everyone who had this problem so they can give it a try |
root@shreyas-kali-linux:~/ufonet# pip3 install --upgrade pip root@shreyas-kali-linux:~/ufonet# pip3 install scapy-python3 root@shreyas-kali-linux:~/ufonet# python3 ufonet --download-zombies Error importing: scapy lib. To install it on Debian based systems: $ 'sudo apt-get install python3-scapy' |
root@shreyas-kali-linux:~/scapy# sudo python3 setup.py install /usr/local/lib/python3.9/dist-packages/setuptools/dist.py:642: UserWarning: Usage of dash-separated 'description-file' will not be supported in future versions. Please use the underscore name 'description_file' instead Installed /usr/local/lib/python3.9/dist-packages/scapy-2.4.4.dev329-py3.9.egg root@shreyas-kali-linux:~/ufonet# python3 ufonet --download-zombies Error importing: scapy lib. To install it on Debian based systems: $ 'sudo apt-get install python3-scapy' |
still having the same issue please help and please dont ignore |
@FrankensteinEvil0069 it looks that is something related with your OS environment configuration. See this other "solutions": #301, #301 (comment), #208 (comment) Btw, try to fill this template to have a more detailed view about your issue: https://github.com/epsylon/ufonet/blob/master/docs/.github/ISSUE_TEMPLATE/bug_report.md |
Error importing: scapy lib.
To install it on Debian based systems:
$ 'sudo apt-get install python3-scapy'
The text was updated successfully, but these errors were encountered: