No module named '_tf2'
I am running ROS kinetic and catkin_make works fine. Then several nodes start but two don't start. Error message:
File "/opt/ros/kinetic/lib/python2.7/dist-packages/tf2_py/__init__.py", line 37, in <module> from _tf2 import * ImportError: No module named '_tf2'
When I check the environment then I have there also /opt/ros/kinetic/lib/python2.7/dist-packages
Question is what I have to do to make it running? There is no module called '_tf2' that I could install.