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

Support for bundle python whl ( wheel ) files that are close sourced #119

Open
konduri opened this issue Oct 18, 2019 · 0 comments
Open

Comments

@konduri
Copy link

konduri commented Oct 18, 2019

Had an issue where I had to bundle a wheel file for a python package that was closed sources and not available on pypi.

Had to work around it by installing a local pypi server (https://pypi.org/project/pypiserver), and hosting the package with the local server.
Then added the package_name can be resolved by rosdep by adding it to a local source list, and doing a rosdep update

Then added the following command after running the local pypi server on 8080
colcon bundle --pip-args --extra-index-url http://localhost:8080/simple

That fixed the issue. Making a note here to see if can be simplified or to have record for folks who have similar issue.

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

No branches or pull requests

1 participant