-
Notifications
You must be signed in to change notification settings - Fork 45
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
Migration of packages to Python 3 #175
Comments
I can't recall if there was a discussion about this, but I think we should treat this issue independent of the Melodic migration for the time being. Because of ROPOD, we cannot (fully) migrate to Melodic now (i.e. we need our development machines to have Ubuntu 16.04/ROS kinetic), but most of the code can be migrated to Python 3 anyway since ROS kinetic works fine with Python 3 (with the exception of a few packages that need some fixing, notably |
This is only an issue for the staff, the rest of the team could migrate. We could, of course, try to make our kinetic and melodic branches compatible, I’m just not sure what the current issues are of setting up kinetic with python 3. What about using docker?
|
As I said, I've only had problems with a few packages (I forgot to mention OpenCV in the above list, which is also problematic); everything else is working fine with Python 3.
You mean docker for melodic, right? |
Alright, based on that we would need:
Yes, we (the staff) could use docker for melodic. The rest can upgrade or have a bionic partition. |
In general, OpenCV shouldn't be an issue. The big change was |
I reopened #176 and updated it to |
@minhnh I was referring to Python 3 on |
FWIW, on an unrelated test, I ended up having to test something with opencv and python3. |
No description provided.
The text was updated successfully, but these errors were encountered: