Description
I have been trying to run argos.py as given in the tutorial:
python $MAP_BASE/helios/pipeViewer/pipe_view/argos.py -d small_core_pipeout -l ../layouts/small_core.alf
.
However, running this command gives me the following errors:
/usr/local/lib/libsimdb.so: undefined symbol: _ZN5simdb5Table8NS_DELIME
, or
ImportError: /home/komals/sparta/map/helios/pipeViewer/pipe_view/logsearch.cpython-38-x86_64-linux-gnu.so: undefined symbol: _ZTI8wxThread
.
I have built the Helios and Sparta frameworks as given in the map repository. There were issues while building the simdb submodule, so I separately built it using CMake. I get these errors even after reinstalling the dependencies multiple times, and checking for incorrect paths.
I apologize for the novice question, but it would be great if anyone could help me with this!