Re: [Ryu-devel] Ryu manager throwing syntax error

2019-11-20 Thread Ishita Dasgupta
Thank you for the solution. Regards, Ishita Dasgupta On Wed, Nov 20, 2019, 10:30 AM knet solutions wrote: > Do, > > pip uninstall tinyrpc > pip install tinyrpc==0.8 > > > It will work. > > On Fri, Nov 15, 2019, 9:35 PM Ishita Dasgupta > wrote: > >> Hi, >> >> I have been running a given ryu app

Re: [Ryu-devel] Ryu manager throwing syntax error

2019-11-20 Thread knet solutions
Do, pip uninstall tinyrpc pip install tinyrpc==0.8 It will work. On Fri, Nov 15, 2019, 9:35 PM Ishita Dasgupta wrote: > Hi, > > I have been running a given ryu application without any issue until this > week with the following configuration: > *python 2.7, ryu 4.34 and other prerequisites inc