Replies: 1 comment 13 replies
-
Hi @islemhm! What package are you trying to install dependencies for? This command I don't think is used anywhere in our tutorials, so it may not work as expected. That being said, it seems your default python version it set to python3 which is not compatible with melodic. The installer is trying to find python3-pykdl which does not exist for bionic. There is a python2 version that it should be trying to install, but for some reason it thinks it should install the python3 version. |
Beta Was this translation helpful? Give feedback.
13 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
hello ihave a problem when i run ''''rosdep install -y --from-paths . --ignore-src --rosdistro melodic''' it show me this error """"ERROR: the following packages/stacks could not have their rosdep keys resolved
to system dependencies:
tf2_geometry_msgs: [python3-pykdl] defined as "not available" for OS version [bionic]
tf2_sensor_msgs: [python3-pykdl] defined as "not available" for OS version [bionic]
amcl: [python3-pykdl] defined as "not available" for OS version [bionic]
"""" any one can help me plzz i use ubuntu 18.04 and ros melodic
Beta Was this translation helpful? Give feedback.
All reactions