ROS Resources: Documentation | Support | Discussion Forum | Index | Service Status | ros @ Robotics Stack Exchange
Ask Your Question
0

How to install py3-ready?

asked 2020-09-08 06:41:50 -0500

Alessandro Melino gravatar image

updated 2020-09-08 06:42:29 -0500

Hello I am following the following tutorial to migrate a package from python2 to python3.

I need to install the py3-ready tool, and it is said that the installation guide is in de README of its github but there is no installation guide.

Anybody can help me to install it?

Thanks in advance.

Best regards. Alessandro

edit retag flag offensive close merge delete

1 Answer

Sort by ยป oldest newest most voted
0

answered 2020-09-18 13:12:01 -0500

sloretz gravatar image

There are now install instructions for py3-readyhere: https://github.com/osrf/py3-ready#ins...

In short: install Debian package dependencies matching the default version of python on your system.

Python 2 (Ubuntu Bionic, Debian Stretch, etc)

$ sudo apt-get install python-apt python-rosdep-modules python-catkin-pkg-modules
$ pip install py3-ready

Python 3 (Ubuntu Focal, Debian Buster, etc)

$ sudo apt-get install python3-apt python3-rosdep-modules python3-catkin-pkg-modules
$ pip install py3-ready
edit flag offensive delete link more

Question Tools

1 follower

Stats

Asked: 2020-09-08 06:41:50 -0500

Seen: 175 times

Last updated: Sep 18 '20