-
Notifications
You must be signed in to change notification settings - Fork 58
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Undefined Symbol Error while running argos.py #197
Comments
Those are new issues Looks like you're running directly from the build (as per the tutorial). This should be ok, but TBH I haven't tested that in a long while. We moved to an installed version of argos in the main repo. I'll look into it. Can you try installing the pipe viewer? In other words, try this:
then try this:
|
Thank you for your reply! I tried using this. I get the same error:
This is the same I get while using directly from the build. |
What linux are you using? |
I am using Ubuntu 20.04. |
Ok, it used to work fine on 20, but I’m using 22. Anyway, I assume you’re using a conda environment? Also what compiler / version are you using?
|
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
, orImportError: /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!
The text was updated successfully, but these errors were encountered: