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

Revision history [back]

I know linking to videos is not much of an answer but from this video you can see the necessary steps to achieve what you are asking. I'll put them here but the video is worth the check out:

  1. Create a conda env with python 3 in your case.
  2. Activate it.
  3. pip install -U rospkg
  4. Activate again.
  5. Done

I've tested this with conda with python 2.7 and the basic pub/sub and it works.