-
Notifications
You must be signed in to change notification settings - Fork 67
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
Unable to use matlab bindings when installed via conda on Ubuntu 20.04 #1084
Comments
I have tried to set
|
Sorry, I understood the problem was on 22.04, not 20.04 . Then the problem issue is robotology/robotology-superbuild#1159 . The real workaround is to set LD_PRELOAD=$CONDA_PREFIX/lib/libstdc++.so.6, but the problem is that if you are using the one-line install, the |
I tried it, but I had the same error. I have R2021b |
I am trying to use the robotology one line install to use the iDynTree wrappers in Matlab when
iDynTree
has not been installed previously. However, I am having the following error:when attempting to use one function of the wrappers.
I have also checked the following
and indeed
GLIBCXX_3.4.29
is missing.I do not have this error when installing the bindings from source.
The text was updated successfully, but these errors were encountered: