Srinivas11789 / PcapXray

:snowflake: PcapXray - A Network Forensics Tool - To visualize a Packet Capture offline as a Network Diagram including device identification, highlight important communication and file extraction
GNU General Public License v2.0
1.66k stars 275 forks source link

imagetk lib not installing #57

Closed saikiran994 closed 2 years ago

saikiran994 commented 3 years ago

tried this command but no use apt install python3-pil python3-pil.imagetk

dont know what to do and how to resolve it python version is 3.7.5

Srinivas11789 commented 3 years ago

Could you elaborate on the OS details and any error message that you hit during installation/tool run?

Ref: ImageTk dependency installation error could be resolved like.

saikiran994 commented 3 years ago

kali linux 2020.4

import error for imagetk

i have tried "apt install python3-pil python3-pil.imagetk"

but its not working. every lib got executed but pil.imagetk not installing.

On Sun, 10 Jan 2021 at 01:30, Srinivas P G notifications@github.com wrote:

Could you elaborate on the OS details and any error message that you hit during installation/tool run?

Ref: ImageTk dependency installation error could be resolved by some resources like https://stackoverflow.com/questions/48317606/python-cannot-import-imagetk/51229664 .

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/Srinivas11789/PcapXray/issues/57#issuecomment-757359441, or unsubscribe https://github.com/notifications/unsubscribe-auth/AI5XBDPBEGDIS33H4MQDOA3SZCYWBANCNFSM4VU5HEVQ .

saikiran994 commented 3 years ago

mscanner error

this is the error which i am facing right now. now able to use it in kali linux latest version

Srinivas11789 commented 2 years ago

Thanks for spotting this. I can also reproduce this dependency error in kali linux.

Thanks to maintainers at https://github.com/home-assistant/core/issues/45918 and https://github.com/secdev/scapy/issues/3100. This has been fixed in v2.4.5.

Upgrade scapy to fix with py3.9

pip3 install scapy==2.4.5