Pycryptodome
I'm following an instruction manual, which uses
rosdep install --from-paths src --ignore-src --os=debian:stretch --rosdistro melodic
One of the commands it tries to execute is
apt-get install python-pycrptodome
This returns the error
E: Unable to locate package python-pycryptodome
Which, as far as I know, is because pycryptodome can only be installed using pip. Is there a way to delete or skip this single command in the install chain, as I have already installed pycryptodome (3.9.7) manually?
I'm using a Debian 9.12 stretch VM. Also the warning
ROS_PYTHON_VERSION is unset. Defaulting to 2
should be no problem, as python 2.7.13 is installed.
please always be specific: which instructions are you following?