Skip to content
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

Pinocchio and Dynamic Graph dependencies #202

Closed
GianniLunardi opened this issue Sep 2, 2022 · 6 comments
Closed

Pinocchio and Dynamic Graph dependencies #202

GianniLunardi opened this issue Sep 2, 2022 · 6 comments
Assignees

Comments

@GianniLunardi
Copy link

Hi everyone,
I have tried to install sot-core-v3 from robotpkg and I have the problems reported in the following screenshots. The package depends on previous versions of other packages (in particular pinocchio and dynamic-graph-v3). If I try to downgrade these packages, then I'll get other dependency problems. Do you know how I can fix it?

py-sot-core-dependencies
sot-core-dependencies

@nim65s
Copy link
Contributor

nim65s commented Sep 2, 2022

Hi @GianniLunardi,
I'm on it, this should be fixed early next week. Sorry for the inconvenience.

@nim65s nim65s self-assigned this Sep 2, 2022
@nim65s
Copy link
Contributor

nim65s commented Sep 6, 2022

Hi @GianniLunardi,
I think this is fixed, and I've tested on 18.04 with robotpkg-py27-sot-core-v3 and on 20.04 with robotpkg-py38-sot-core-v3. If this good for you too, can you close this issue ?

@GianniLunardi
Copy link
Author

Hi @nim65s,
Now Python bindings work, but I have the same issue for robotpkg-sot-core-v3. However, I see that the package contains already all the .h files of the library, thus I think there will be no issues if I want to use the c++ lib. Thank you for the fix!

@GianniLunardi
Copy link
Author

Hi @nim65s,
Can you also fix robotpkg-py36-sot-tools-v3 and the related packages dependencies for Ubuntu 18.04? I think it needs the same fix as last time

@GianniLunardi GianniLunardi reopened this Sep 28, 2022
@nim65s
Copy link
Contributor

nim65s commented Sep 28, 2022

Hi @GianniLunardi

Using python 3.6 packages on 18.04 is not compatible with ROS, because ROS doesn't provide binary packages for python 3 on 18.04, so I would encorage you to either upgrade your system to 20.04 or 22.04, or to stick with python 2.7 if you need ROS.

But sot-tools doesn't need ROS, so you are right, this robotpkg-py36-sot-tools-v3 should be available. I'll investigate this.

@nim65s
Copy link
Contributor

nim65s commented Oct 3, 2022

Ok, I had forgotten to remove robotpkg-sot-tools-v3. This is fixed: apt update && apt install robotpkg-py36-sot-tools-v3 should be working now. Thanks for the report !

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants