-
Notifications
You must be signed in to change notification settings - Fork 8
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
Installing catkin python package with pip dependencies as virtualenv #109
Comments
It looks like it already happened for fpm : jordansissel/fpm#697 |
Note : we do not want to change our current But we might want another API, like As far as I can see, we shouldn't need to change the way we handle devel space for this. |
Hi @asmodehn sorry for long silence, I have chance to back to this issue. see I am testing this with https://github.com/k-okada/gdown, using
I'm not sure how we can use |
@k-okada recently, I was made aware of https://github.com/locusrobotics/catkin_virtualenv I haven't tried it yet. If you do please let me know what you think about it. I dont know yet how it manages package releases... I am wondering which approach makes more sense, or if there is a reason to keep both catkin_pip and catkin_virtualenv around... Keeping pip compatibility for different versions in catkin_pip can be a little troublesome, mostly because I am not building a proper virtualenv, so I am not sure if it is worth to keep doing things the "custom" way as it is currently... |
As I commented on pyros-dev/catkin_pip#109 (comment), chanier_virtualenv seems better in terms of our requirement
This issue is for discussion and gathering information regarding how we can install a python package hierarchy as one ROS package.
This would make deploying complex python framework on ROS much easier.
The target here is to be able to package the whole virtual environment as a ROS package, because OSRF deploys ROS software this way. When containers or other means of deploying ROS packages will emerge, we will adapt to it.
The best existing solution candidate I could find so far is dh_virtualenv
@k-okada FYI
The text was updated successfully, but these errors were encountered: