Robotics StackExchange | Archived questions

Is rosbag python api not python3 compatible?

I am trying to use rosbag python api in python 3.6 and I get "modulenotfounderror: No module named 'Cryptodome' rosbag python3" error. Is rosbag python api not python 3 compatible?

Asked by arunnarenthiran on 2020-07-30 05:47:03 UTC

Comments

Answers

ROS Melodic does not officially support Python 3 but still targets Python 2.7. Only ROS Noetic targets Python 3 (and not Python 2 anymore).

Asked by Dirk Thomas on 2020-07-30 10:28:43 UTC

Comments