AttributeError: 'module' object has no attribute 'Interpreter'

已邀请:

ncnynl

赞同来自:

I solved this problem by simply uninstalling em, and installing empy:
 
 
pip uninstall em 
 
pip install empy
 
参考:https://github.com/ros/genmsg/issues/63
 

要回复问题请先登录注册