赞
踩
ros编译报错,报错信息如下
- File "/opt/ros/melodic/lib/python2.7/dist-packages/genmsg/template_tools.py", line 77, in _generate_from_spec
- interpreter = em.Interpreter(output=ofile, globals=g, options={em.RAW_OPT:True,em.BUFFERED_OPT:True})
- AttributeError: 'module' object has no attribute 'Interpreter'
发现调用em库中的解释器时出现的报错,猜测具体原因是库和python版本问题(具体原因我也不太清楚)
删掉em库,安装empy
- pip uninstall em
- pip install empy
Copyright © 2003-2013 www.wpsshop.cn 版权所有,并保留所有权利。