Adonay
Adonay

Reputation: 59

No definition of [python-wxtools] for OS [osx]

I am getting this error:

actionlib: No definition of [python-wxtools] for OS [osx]

when I run:

rosdep install --from-paths src --ignore-src --rosdistro kinetic -y.

I did brew install wxpython, but it didn't help.

I would appreciate your suggestions.

Upvotes: 6

Views: 2372

Answers (1)

G-Pereira
G-Pereira

Reputation: 112

I solved this error by doing:

sudo pip install -U wxpython

Upvotes: 3

Related Questions