Hey David, This is on the POD/Lab owner to fix. Neither me nor Aric have have access to arm-pod10.
I can provide some insight into the error though. There is a system version of pip installed, which is called from a wrapper script /usr/local/bin/pip. If anyone runs `sudo pip install --upgrade pip` it will upgrade the system version of pip, but not the wrapper script (which comes with the package), causing `pip` to fail, as around version 9/10 they renamed the 'main' function. To fix this, pip needs to be downgraded on the system (or reinstalled), and someone needs to find out which script/job/user upgraded pip so the problem doesn't repeat. Regards, Trevor Bramwell On Mon, Apr 15, 2019 at 07:20:55AM -0700, David McBride wrote: > +Aric Gardner <[email protected]> +Trevor Bramwell > <[email protected]> > > On Mon, Apr 15, 2019 at 2:26 AM xudan <[email protected]> wrote: > > > Hi all, > > > > > > > > All Dovetail jobs failed when running on arm-pod10, refer to > > https://build.opnfv.org/ci/view/dovetail/job/dovetail-fuel-baremetal-default-optional-master/206/console > > . > > > > The Error message is: > > > > Traceback (most recent call last): > > > > File "/usr/local/bin/pip", line 7, in <module> > > > > from pip import main > > > > ImportError: cannot import name main > > > > > > > > I guess it can be fixed after updating the version of pip on arm-pod10. > > Could someone help to check this? > > > > Thanks in advance. > > > > > > > > Dan Xu > > -=-=-=-=-=-=-=-=-=-=-=- > > Links: You receive all messages sent to this group. > > > > View/Reply Online (#23050): > > https://lists.opnfv.org/g/opnfv-tech-discuss/message/23050 > > Mute This Topic: https://lists.opnfv.org/mt/31186195/766177 > > Group Owner: [email protected] > > Unsubscribe: https://lists.opnfv.org/g/opnfv-tech-discuss/unsub [ > > [email protected]] > > -=-=-=-=-=-=-=-=-=-=-=- > > > > > -- > *David McBride* > Release Manager, OPNFV > Mobile: +1.805.276.8018 > Email/Google Talk: [email protected] > Skype: davidjmcbride1 > IRC: dmcbride
signature.asc
Description: PGP signature
-=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#23052): https://lists.opnfv.org/g/opnfv-tech-discuss/message/23052 Mute This Topic: https://lists.opnfv.org/mt/31186195/21656 Group Owner: [email protected] Unsubscribe: https://lists.opnfv.org/g/opnfv-tech-discuss/unsub [[email protected]] -=-=-=-=-=-=-=-=-=-=-=-
