-
Notifications
You must be signed in to change notification settings - Fork 60
Add Debian 9 host support to cross-compile cross_compile #42
Comments
I tried with python 3.6 but I am still receiving the same error message. |
Thanks for the bug report @potentialdiffer. |
I am building all my workspaces from source and therefore cross_compile as well. |
I'm going to try and reproduce your issue.
I'll check in after the build completes. |
@potentialdiffer, I was able to reproduce this error. A workaround is to install the python docker package directly with pip. I'll continue to look into resolving this issue without a workaround. |
@potentialdiffer did you run |
I just tried |
I did
I get some errors due to other packages. But I resoveld those before by installing them manually. Bo error occurs due to
Installing As mentioned in #41 I needed to install python 3.6 in advance to get it all work. I am not sure what the initial problem was. Could it be that |
I'm looking into having rosdep install python3-docker from pip. |
Update: So we can track this on our roadmap: Testing
Acceptance Criteria
|
Consolidated Issue (see initial report at the bottom)
The below behavior is observed when attempting to use the tool when the host is Debian 9.
This has been changed from a bug to a feature request to support that platform as a host platform for this tool.
python3-docker should be installed by pip instead of apt on Debian 9
Once this works, add Debian 9 support instructions to README.md
Testing
Manual QA: Verify cross-compile runs on Debian 9
Acceptance Criteria
Initial bug report: : pkg_resources.DistributionNotFound 'docker'
Hey people,
I am trying out the new toolchain on Debian Stretch but running into an issue:
docker-ce is installed and runs without any problems. Might this be due to Debian Stretch python version?
Thanks!
The text was updated successfully, but these errors were encountered: