ROS Resources: Documentation | Support | Discussion Forum | Index | Service Status | ros @ Robotics Stack Exchange
Ask Your Question

Revision history [back]

click to hide/show revision 1
initial version

I had a similar error:

ERROR: the following rosdeps failed to install
  apt: command [sudo -H apt-get install -y python-pycryptodome] failed

solved this on Debian Strech on RPI3 with pip:

pip install pycryptodome

hope it helps