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
Hi there!
I've installed analyzer via "manual" mode on my ubuntu and whenever I try to load test pcap file provided with the github, I got following error in webserver console
Traceback (most recent call last):
File "/home/user/5G-Trace-Analyzer/fiveGseqAnalyzer/analyzerApp/main.py", line 3, in <module>
import pyshark
File "/home/user/5G-Trace-Analyzer/.env/lib/python3.10/site-packages/pyshark/__init__.py", line 13, in <module>
from pyshark.capture.live_capture import LiveCapture
File "/home/user/5G-Trace-Analyzer/.env/lib/python3.10/site-packages/pyshark/capture/live_capture.py", line 7, in <module>
from pyshark.capture.capture import Capture
File "/home/user/5G-Trace-Analyzer/.env/lib/python3.10/site-packages/pyshark/capture/capture.py", line 14, in <module>
from pyshark.tshark.output_parser import tshark_xml
File "/home/user/5G-Trace-Analyzer/.env/lib/python3.10/site-packages/pyshark/tshark/output_parser/tshark_xml.py", line 2, in <module>
import lxml.objectify
File "src/lxml/objectify.pyx", line 1, in init lxml.objectify
ImportError: /home/user/5G-Trace-Analyzer/.env/lib/python3.10/site-packages/lxml/etree.cpython-310-x86_64-linux-gnu.so: undefined symbol: _PyGen_Send
Bad Request: /analyzer/ajax/AnalyzeTrace
[14/Jan/2024 13:43:46] "POST /analyzer/ajax/AnalyzeTrace HTTP/1.1" 400 0
I believe it's due to python 3.10 was installed.
A side note - please add pcapng support.
The text was updated successfully, but these errors were encountered:
Hi there!
I've installed analyzer via "manual" mode on my ubuntu and whenever I try to load test pcap file provided with the github, I got following error in webserver console
I believe it's due to python 3.10 was installed.
A side note - please add pcapng support.
The text was updated successfully, but these errors were encountered: