-
Notifications
You must be signed in to change notification settings - Fork 38
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
Install python bindings #629
Comments
That sounds like the usual problem related to manifpy and blf being compiled with two different compilers (see conda-forge/manif-feedstock#19), as this is not trivial to solve by adding constraints in conda, we should at least add a downstream CI check that python bindings installed by conda work as expected. |
Actually, I think this is not correct: both the latest manifpy and the latest bipedal-locomotion-framework-python are compiled with GCC 11, see https://github.com/conda-forge/bipedal-locomotion-framework-feedstock/blob/78ff359d413ec67917adb34b05e7baab44802466/.ci_support/linux_64_.yaml#L14 and https://github.com/conda-forge/manif-feedstock/blob/b5df91dbc2793a16e9aa8d078503ee8d0be88d28/.ci_support/linux_64_.yaml#L14 . Something else is happening here. |
I think there is something fishy happening with
but then when doing conda list:
The build string is completly different. |
In my specific case, anyhow, |
Sure: Conda list
Conda info
|
Ok, apparently the conda-forge manifpy has something deeply wroong: apparently we ship a full
I am not sure if this is the reason of your problems, but for sure it is definitely not good. |
Can you try to run |
Conda upgrade manifpy
I am now re-installing the needed package |
I have re-installed:
Still not able to load the bindings. Anyhow I am not sure everything went correctly, even though all the packages have been disintalled (as expected ?) the version is still Conda list
|
Yes, the version of manifpy is correct. |
The error is still
|
This may be related to conda-forge/staged-recipes#20432 (comment) . Once I am done with the meeting I will help on your system. |
|
We saw with @traversaro that the issue was that I still have the Deactivating it allowed us to import correctly Thanks, everyone, closing the issue |
I had installed the bipedal locomotion framework via conda :
conda install -c conda-forge bipedal-locomotion-framework
But when I import as
import bipedal_locomotion_framework.bindings as blf
I got the following error:output of
conda list | grep bipedal-locomotion
output of
conda list | grep manif
C.C. @GiulioRomualdi @traversaro
The text was updated successfully, but these errors were encountered: