Re: [PATCH v1 net] net: mscc: ocelot: remove buggy and useless write to ANA_PFC_PFC_CFG

From: Konstantin Ryabitsev
Date: Fri Sep 17 2021 - 09:50:06 EST


On Fri, Sep 17, 2021 at 10:39:18AM +0000, Joakim Zhang wrote:
> But it still failed at my side, after I google, have not found a solution, could you please
> help have a look about below error?
>
> $ git b4 20210916010938.517698-1-colin.foster@xxxxxxxxxxxxxxxx
> Traceback (most recent call last):
> File "/home/zqq/.local/bin/b4", line 7, in <module>
> from b4.command import cmd
> File "/home/zqq/.local/lib/python2.7/site-packages/b4/__init__.py", line 11, in <module>
^^^^^^^^^^^
You seem to be trying to run it with python 2.7

> import email.policy
> ImportError: No module named policy

I'm not sure how you managed to make it install, but it won't work with python
versions < 3.6. Python version 2 is no longer maintained.

-K