I asked because of the GIT info
BTW: I got this error and didn't look further because I thought that it might be incompatible with the python3 installation on my up-to-date Ubuntu machine. Any clues how to fix that?
$ pybtctool
print "pybtctool
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
SyntaxError: Missing parentheses in call to 'print'. Did you mean print(...)?
pybtctool is different than pybitcoin.
If yo need pybtctools you can find them here:
https://pypi.org/project/pybtctools/
https://github.com/danvergara/pybtctools
And the error you get is because you are looking to run the python package like it it was a bash command.
The pybitcoin tools should be on:
~/.local/lib/python3.10/site-packages/pybitcoin/*
/usr/local/bin/...
It would be better if you tell us what do you want to use that tool for, maybe we can find another way to it.