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
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
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
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