我想通过以下链接在 ubuntu12.4 中安装 MORSE:
http://www.kevindemarco.com/tutorials/morse-ros-installation/
但在 stap8 中,当我在终端中运行“sudo python3.2 setup.py install”时出现此错误:
fateme@fateme-VGN-FW235J:~/builds/rospkg$ sudo python3.2 setup.py install
Traceback (most recent call last):
File "setup.py", line 4, in <module>
from setuptools import setup
ImportError: No module named setuptools
我通过以下方式解决了它: sudo apt-get install python-rospkg
但它在python2.7上安装了rospkg。如果我使用“sudo python setup.py install”没有问题。但是当我使用 python3.2 尝试时,在http://www.kevindemarco.com/tutorials/morse-ros-installation/中出现“ImportError:没有名为 setuptools 的模块”我需要 python3.2
无论如何分发都无法解决我的问题。
请帮帮我!