Skip to content

ModuleNotFoundError for Rospy --> Roscpp>=1.15.11 #76

Description

@mattiskoh

Problem & Diagnosis

Our Github Actions started to fail as of last week due to: ModuleNotFoundError: No module named 'roscpp.srv' when importing rospy.

To confirm I also tested this with a new local virtualenv by installing pip install --extra-index-url https://rospypi.github.io/simple/ rospy roscpp which also leads to the same error.

We've had to revert to roscpp==1.15.7.post0 for it to work again.

Solution:

pip install --extra-index-url https://rospypi.github.io/simple/ rospy roscpp==1.15.7.post0

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Fields

    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions