ROS Indigo in Arch, python3 compatibility problems - fixes?
Hi all!
I am running ROS on arch linux for a while by "breaking" their standard and forcing python2 to be the default (from python3), but now I have been trying to get ROS running with python3. I have, after some problems, gotten most stuff working but some things I cannot quite figure out how to fix in a good way.
One error I have when trying to start a ROS core is "ImportError: No module named rosmaster.master_api". This comes from ROS only setting the python path for python3 (/opt/ros/indigo/lib/python3.5/site-packages/), what is the recommended way to fix this as I'd like to not mix 2.7 and 3.5.
Is there a way to do this? As in ROS Indigo it should work with python3 ( http://wiki.ros.org/indigo/Migration ).
Thanks!