Skip to content
This repository has been archived by the owner on Jul 17, 2020. It is now read-only.

pyshark needs libxslt1-dev #23

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

rmoriz
Copy link

@rmoriz rmoriz commented Dec 31, 2018

fixes:

  File "probeSniffer.py", line 9, in <module>
    import pyshark
  File "/usr/local/lib/python3.5/dist-packages/pyshark/__init__.py", line 13, in <module>
    from pyshark.capture.live_capture import LiveCapture
  File "/usr/local/lib/python3.5/dist-packages/pyshark/capture/live_capture.py", line 5, in <module>
    from pyshark.capture.capture import Capture
  File "/usr/local/lib/python3.5/dist-packages/pyshark/capture/capture.py", line 15, in <module>
    from pyshark.tshark.tshark_xml import packet_from_xml_packet, psml_structure_from_xml
  File "/usr/local/lib/python3.5/dist-packages/pyshark/tshark/tshark_xml.py", line 4, in <module>
    import lxml.objectify
ImportError: libxslt.so.1: cannot open shared object file: No such file or directory

on Raspbian Lite (Stretch, latest)

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant