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

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

2019-11-15 Thread Yusuke Iwase
Hi, The traceback log shows that the tinyrpc package you have installed is written in Python 3 syntax. Please confirm the compatibility of your packages against Python 2. I suppose the latest tinyrpc doesn't support Python 3. Regards, Iwase 2019年11月16日(土) 1:05 Ishita Dasgupta : > Hi, > > I hav

[Ryu-devel] Ryu manager throwing syntax error

2019-11-15 Thread Ishita Dasgupta
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 including tinyrpc, oslo.config and six is also installed as per instructions on Getting started page (with latest upgrades).* *OS: Ubunt