Re: [Ryu-devel] What is the status of the move to Python3

2020-06-08 Thread Pedro Andres Aranda Gutierrez
Hi Brad Thanks a lot! I have been testing my labs on a Ubuntu2004 VM in (scarce) spare CPU cycles (tele-teaching is time consuming ;-) ) and have not seen any showstoppers. But I wanted to be on the safe side. TLS is not critical for me right now, so great! Another thing ticked in the TODO list.

Re: [Ryu-devel] What is the status of the move to Python3

2020-06-08 Thread Brad Cowie
Hi Pedro, Ryu recently dropped python2 support: https://github.com/faucetsdn/ryu/issues/95 The only issue I know with python3 support for Ryu is that under python3.7+ TLS won't work due to an upstream bug in eventlet: https://github.com/faucetsdn/ryu/issues/94 If you know of any other issu

Re: [Ryu-devel] What is the status of the move to Python3

2020-05-28 Thread Slawek Kaplonski
Hi, I can't say strictly about Ryu but in OpenStack Neutron we are maintaining and using os-ken which is Ryu's fork [1] and some time ago we dropped support for python 2 in it. Now it's used only with python 3.6 and newer (as whole Neutron) and I we don't have any issues with that. Hopefully that