From: "James Bottomley" <James.Bottomley@HansenPartnership.com>
To: Konstantin Ryabitsev <konstantin@linuxfoundation.org>
Cc: users@linux.kernel.org, tools@linux.kernel.org
Subject: Pip dependency problem with b4
Date: Mon, 23 Mar 2020 07:47:39 -0700 [thread overview]
Message-ID: <1584974859.3780.10.camel@HansenPartnership.com> (raw)
This is on a vanilla ubuntu 19.10 system with a fresh install. After
doing
apt-get install python-pip
pip-install b4
I get this
jejb@amdmilan1:~/git/linux-build$ b4 --help
Traceback (most recent call last):
File "/home/jejb/.local/bin/b4", line 6, in <module>
from b4.command import cmd
File "/home/jejb/.local/lib/python2.7/site-packages/b4/__init__.py",
line 11, in <module>
import email.policy
ImportError: No module named policy
Which looks like a missing dependency pip should have installed.
James
next reply other threads:[~2020-03-23 14:47 UTC|newest]
Thread overview: 6+ messages / expand[flat|nested] mbox.gz Atom feed top
2020-03-23 14:47 James Bottomley [this message]
2020-03-23 15:00 ` Pip dependency problem with b4 Konstantin Ryabitsev
2020-03-23 15:03 ` [kernel.org users] " James Bottomley
2020-03-23 15:13 ` Konstantin Ryabitsev
2020-03-23 16:56 ` Jason Gunthorpe
2020-03-23 17:08 ` Konstantin Ryabitsev
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1584974859.3780.10.camel@HansenPartnership.com \
--to=james.bottomley@hansenpartnership.com \
--cc=konstantin@linuxfoundation.org \
--cc=tools@linux.kernel.org \
--cc=users@linux.kernel.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.