If I start the visualizer.py with the command streamlit run visualizer.py I get the following user warning:
/home/<username>/ucTrace/parser/.venv/lib/python3.13/site-packages/numpy/_core/getlimits.py:548: UserWarning: Signature b'\x00\xd0\xcc\xcc\xcc\xcc\xcc\xcc\xfb\xbf\x00\x00\x00\x00\x00\x00' for <class 'numpy.longdouble'> does not match any known type: falling back to type probe function.
This warnings indicates broken support for the dtype!
machar = _get_machar(dtype)
What's the cause for this?
And how can I fix this?
Thanks in advance! :)
If I start the visualizer.py with the command
streamlit run visualizer.pyI get the following user warning:What's the cause for this?
And how can I fix this?
Thanks in advance! :)