[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-ID: <20210917134958.6o2jev2ngegzmpfo@meerkat.local>
Date: Fri, 17 Sep 2021 09:49:58 -0400
From: Konstantin Ryabitsev <konstantin@...uxfoundation.org>
To: Joakim Zhang <qiangqing.zhang@....com>
Cc: Colin Foster <colin.foster@...advantage.com>,
Vladimir Oltean <vladimir.oltean@....com>,
Claudiu Manoil <claudiu.manoil@....com>,
Alexandre Belloni <alexandre.belloni@...tlin.com>,
"UNGLinuxDriver@...rochip.com" <UNGLinuxDriver@...rochip.com>,
"David S. Miller" <davem@...emloft.net>,
Jakub Kicinski <kuba@...nel.org>,
"netdev@...r.kernel.org" <netdev@...r.kernel.org>,
"linux-kernel@...r.kernel.org" <linux-kernel@...r.kernel.org>
Subject: Re: [PATCH v1 net] net: mscc: ocelot: remove buggy and useless write
to ANA_PFC_PFC_CFG
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@...advantage.com
> 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
Powered by blists - more mailing lists