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

install pip dependencies using local virtualenv, also support install target #184

Open
wants to merge 2 commits into
base: devel
Choose a base branch
from

Conversation

k-okada
Copy link
Contributor

@k-okada k-okada commented Feb 10, 2018

this will install pip dependency to package-local virtual env, i.e. share/${PACKAGE_NAME}/catkin_env

to test this code, make workspace with this PR and test code (https://github.com/k-okada/gdown) use catkin_make or catkin_make install

install$ rosrun gdown python2
Python 2.7.12 (default, Nov 20 2017, 18:23:56) 
[GCC 5.4.0 20160609] on linux2
Type "help", "copyright", "credits" or "license" for more information.
>>> import ez
>>> ez
<module 'ez' from '/home/k-okada/catkin_ws/ws_catkin_pip/install/share/gdown/catkin_pip_env/lib/python2.7/site-packages/ez/__init__.pyc'>
>>> import gdown
>>> gdown
<module 'gdown' from '/home/k-okada/catkin_ws/ws_catkin_pip/install/share/gdown/catkin_pip_env/lib/python2.7/dist-packages/gdown/__init__.pyc'>
 

To make deb file, you have to force install catkin_pip cmake files to /opt/ros/kinetic

sudo cp devel/share/catkin_pip/cmake/*.cmake /opt/ros/kinetic/share/catkin_pip/cmake/
cd src/gdown
rm -fr debian/ obj-x86_64-linux-gnu/ ../../install ../../build/ ../../devel/; catkin_make -C ../../ --make-args debbuild_gdown

Please try with your python package @yuyu2172

My concern is that we have to run pip install during dpkg -i, to create runtme library based on your CUDA environment, and that is not supported by this approach nor dh-virtualenv, fpm...

c.f. #109

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

Successfully merging this pull request may close these issues.

1 participant