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

I get 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 that didn't help.

I would be grateful for your suggestions.

+5
source share
1 answer

I solved this error by doing:

 sudo pip install -U wxpython 
0
source

Source: https://habr.com/ru/post/1274401/


All Articles