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

Problem with a package and its dependencies in same workspace #197

Open
asmodehn opened this issue Apr 19, 2018 · 1 comment
Open

Problem with a package and its dependencies in same workspace #197

asmodehn opened this issue Apr 19, 2018 · 1 comment

Comments

@asmodehn
Copy link
Member

When having two dependent packages in the same workspace (happened to me for pyros_common et pyros_interfaces_ros), it seems that one dependency (from pip) can override the local one from source...

Need more investigation...

@asmodehn
Copy link
Member Author

While checking this we also need to check differences between the pip dependencies and the ROS dependencies...

Currently it looks like python deps override ROS deps... This is :

  • good for doing developpement on a package and it s dependency at the same time
  • bad for testing that the ROSpackage (and it s dependencies) work fine, since python version will override in dev...

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

1 participant