Closed IanTheEngineer closed 8 years ago
The docker image will take care of all its dependencies. This is em
missing on your system (https://github.com/ros-infrastructure/ros_buildfarm/blob/master/doc/environment.rst). You need to install http://packages.ubuntu.com/search?keywords=python3-empy
Thanks, Dirk. Somehow I missed the large purple box :/ http://wiki.ros.org/regression_tests#How_do_I_setup_my_system_to_run_a_prerelease.3F
We can choose a different color if you don't like purple?? :wink:
Haha, nope! I just need to read more carefully.
I am attempting to run a prerelease test to verify
genjs
(nowgennodejs
) in Kinetic before pushing it up to rosdistro. I used the tool to create a prerelease command for Kinetic & Xenial as follows:after executing the
./prerelease.sh
, I ended up with this error pretty quickly:Is this
em
Python 3 module missing from the prerelease docker images, or is this a dep my computer should have?