0

So my catkin_make fails with error AttributeError: 'module' object has no attribute 'Interpreter' As I searched for a solution I found that the problem is that there is a confusion between the em and the empy packages, so I proceeded to remove the em package as advised, but the error still persists.

TylerH
  • 20,799
  • 66
  • 75
  • 101
M090009
  • 1,129
  • 11
  • 20

1 Answers1

2

You need to uninstall the em and install the empy package.

pip uninstall em

pip install empy

Prasanth
  • 47
  • 7