Is mongodb_store compatible with python3?
I've installed mongodb_store following the steps outlined here and try to run the example 7.1 Python Message Store Client here. By default, I use python3 and get the error ModuleNotFoundError: No module named 'StringIO'
. I verified running with python2 and it executes fine. I found out that the StringIO
package is deprecated in python3. So, is there a way to run mongodb_store with python3?
Can you provide more information, like your host OS and a list of your installation and execution commands. For what it is worth Python 3 is only supported in Noetic and ROS 2.
I am on ubuntu 18.04 with ros-melodic. Thanks for the hint. mongodb_store is not available for noetic, so it only works with python2.