Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

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.

like image 743
Adonay Avatar asked Dec 30 '17 20:12

Adonay


1 Answers

I solved this error by doing:

sudo pip install -U wxpython
like image 146
G-Pereira Avatar answered Nov 06 '22 06:11

G-Pereira