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

python dependencies not met but are. Maybe i am tired but what? #38

Closed
TheBlindHacker opened this issue Apr 1, 2021 · 2 comments
Closed

Comments

@TheBlindHacker
Copy link

└─$ sudo python3 ./Pcredz -i eth0 -v
libpcap not installed.
try : apt install python3-pip && pip3 install Cython && pip3 install python-libpcap

└─$ sudo apt install python3-pip && pip3 install Cython && pip3 install python-libpcap
Reading package lists... Done
Building dependency tree... Done
Reading state information... Done
python3-pip is already the newest version (20.3.4-1).
The following packages were automatically installed and are no longer required:
libxml-dom-perl libxml-perl libxml-regexp-perl
Use 'sudo apt autoremove' to remove them.
0 upgraded, 0 newly installed, 0 to remove and 1478 not upgraded.
Requirement already satisfied: Cython in /usr/lib/python3/dist-packages (0.29.21)
Requirement already satisfied: python-libpcap in /home/pentester/.local/lib/python3.8/site-packages (0.4.0)
Requirement already satisfied: Cython>=0.29.13 in /usr/lib/python3/dist-packages (from python-libpcap) (0.29.21)

@lgandx
Copy link
Owner

lgandx commented Apr 5, 2021

This issue has been resolved. Let me know if you experience any other issues.

@lgandx lgandx closed this as completed Apr 5, 2021
@TheBlindHacker
Copy link
Author

WIll pull and retry thanks friend!

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