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
Python3.11 requires to define PY_SSIZE_T_CLEANE in dm_collector_c.cpp
**#define PY_SSIZE_T_CLEANE**
#include <Python.h>
i was able to compile dm_collector and fix this problem, but test still did not pass. i always get Segmentation fault when calling feed_binary. Any ideas? ./install-ubuntu.sh: line 140: 209836 Segmentation fault ${PYTHON} offline-analysis-example.py
It gives an error at the end of the installation.
The text was updated successfully, but these errors were encountered: