Linux maintainer tooling and workflows
 help / color / mirror / Atom feed
* Pip dependency problem with b4
@ 2020-03-23 14:47 James Bottomley
  2020-03-23 15:00 ` Konstantin Ryabitsev
  0 siblings, 1 reply; 6+ messages in thread
From: James Bottomley @ 2020-03-23 14:47 UTC (permalink / raw)
  To: Konstantin Ryabitsev; +Cc: users, tools

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


^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2020-03-23 17:08 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2020-03-23 14:47 Pip dependency problem with b4 James Bottomley
2020-03-23 15:00 ` 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

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox