-
Notifications
You must be signed in to change notification settings - Fork 130
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add support for python3 #274
Comments
Just a food for thought; |
|
Verified that seems to be the case.
The tutorial above identifies a few areas that might need changes. Honestly I've never thought about Py3 transition, but I'm afraid there would be a lot of issues than I thought. Hope that won't be the case, but starting to provide CI environment earlier might be helpful for catching issues early? OR already opened up Jenkins job http://wiki.ros.org/UsingPython3/Contributing#Check_the_Noetic_CI_jobs for capturing issues early (although I'm struggling how to interpret its result). |
But how to test? And how to tell rosdep? |
I was able to figue it out, I guess ;) I will have a look at the new Noetic CI jobs later |
Noetic support was merged: #499 |
Python 3 is supporedt for ROS1 noetic and ROS2. |
We should introduce a flag
PYTHON_VERSION
(?) that switches to thepython3
debians.Some questions:
The text was updated successfully, but these errors were encountered: