ROS Resources: Documentation | Support | Discussion Forum | Index | Service Status | ros @ Robotics Stack Exchange
Ask Your Question
1

rqt on MacOSX fails to start [ImportError?]

asked 2013-04-15 08:39:02 -0500

Tsirif gravatar image

updated 2014-01-28 17:16:11 -0500

ngrennan gravatar image

I followed Homebrew source installation of Groovy on MacOS 10.7.5 and when i'm trying to run rqt i get the following error:

ImportError: numpy.core.multiarray failed to import
'import sitecustomize' failed; use -v for traceback
Traceback (most recent call last):
  File "/Library/Python/2.7/site-packages/rosdep2/__init__.py", line 34, in <module>
    from __future__ import print_function
ImportError: No module named __future__
[rospack] Error: could not find python module 'rosdep2.rospack'. is rosdep up-to-date (at least 0.10.4)?
[librospack]: error while executing command
terminate called throwing an exceptionAbort trap: 6

What is wrong? Can you help me?

edit retag flag offensive close merge delete

1 Answer

Sort by ยป oldest newest most voted
0

answered 2013-04-15 08:56:39 -0500

William gravatar image

That is a very odd error, google'ing around it might be related to corruption of Python cache files?

http://askubuntu.com/questions/206955/update-manager-wont-open-error-related-to-pythonverbose

In the mean time you should make sure you have the latest version of rosdep:

sudo pip install -U rosdep
edit flag offensive delete link more

Question Tools

Stats

Asked: 2013-04-15 08:39:02 -0500

Seen: 581 times

Last updated: Apr 15 '13