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

Revision history [back]

click to hide/show revision 1
initial version

Looks like pyparsing switched its default version to py3k only:

http://pyparsing.wikispaces.com/News

I guess you will have to install version 1.5.7 explicitly:

$ sudo pip install pyparsing==1.5.7

I haven't run into this, but I assume that's because I already have pyparsing installed from before this change.