0

The logical answer, if I don't have a specific module is to just install it. pip install pyyaml but I have installed it, and this just spits back "Requirement already satisfied: pyyaml in /usr/lib/python3.8/site-packages (5.3.1)".

I got this issue while setting up Baxter for Gazebo.

PLUS INFO: I can import it for any other project, except this.

  • Are you using virtualenv? – mousetail Jul 03 '20 at 11:00
  • make sure you are using the correct pip. I don't know Baxter, but if it comes with its own Python installation you might need to find its pip and run that pip (e.g. `/my/path/to/baxter/bin/pip install pyyaml` – nomansland008 Jul 03 '20 at 11:23
  • I'm not using Virtual env, and Baxter doesn't have its own pip. –  Jul 03 '20 at 11:30

0 Answers0