All of lore.kernel.org
 help / color / mirror / Atom feed
* b4 trouble!
@ 2020-07-01  2:29 Bhaskar Chowdhury
  2020-07-01  2:38 ` Bhaskar Chowdhury
  0 siblings, 1 reply; 2+ messages in thread
From: Bhaskar Chowdhury @ 2020-07-01  2:29 UTC (permalink / raw)
  To: Konstantin Ryabitsev; +Cc: tools

[-- Attachment #1: Type: text/plain, Size: 1446 bytes --]

Kai,

The story goes like this :

Once cloned the git repo and as suggested in README in the cloned repo
,I made an alias in .bashrc like this :

alias b4="The path to the b4.sh"

source .bashrc 


But...I got this ...I tried this from within the dir and outside of it..

✔ ~/git-linux/b4 [master|✔]
07:53 $ b4
Traceback (most recent call last):
   File "/home/bhaskar/git-linux/b4/b4/command.py", line 10, in <module>
     import b4
   File "/home/bhaskar/git-linux/b4/b4/__init__.py", line 15, in <module>
     import requests
ModuleNotFoundError: No module named 'requests'
✘-1 ~/git-linux/b4 [master|✔]
07:53 $ cd ~
bhaskar@Gentoo_07:53:29_Wed Jul 01:~> b4
Traceback (most recent call last):
   File "/home/bhaskar/git-linux/b4/b4/command.py", line 10, in <module>
     import b4
   File "/home/bhaskar/git-linux/b4/b4/__init__.py", line 15, in <module>
     import requests
ModuleNotFoundError: No module named 'requests'


Is this a expected behavior of it??? I know what it is missing, but the
point is ,why the end user have to take care of this?? 

OR, this is tool made for certain people and those people know what
exactly do with this kind of return???

I am lost ...and can we make some sanity check to before running . Will
that be costly enough or bring more maintenance headache. I am not sure,
because I lack knowledge ,probably.

Kindly , shed some light.

Thanks,
Bhaskar

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 499 bytes --]

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

end of thread, other threads:[~2020-07-01  2:38 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2020-07-01  2:29 b4 trouble! Bhaskar Chowdhury
2020-07-01  2:38 ` Bhaskar Chowdhury

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.