On Sep 20, 2019, at 21:29, David E. Wheeler <
da...@justatheory.com> wrote:
> Ooh, nice, thank you, Daniele! Really appreciate the work you’ve done on the client; makes it super nice to install PGXN extensions.
I installed it with `sudo pip install pgxnclient` but get an error, sadly:
> pgxn install semver
ERROR: unexpected error
Traceback (most recent call last):
File "/Library/Python/2.7/site-packages/pgxnclient/cli.py", line 63, in script
main(args)
File "/Library/Python/2.7/site-packages/pgxnclient/cli.py", line 31, in main
parser = get_option_parser()
File "/Library/Python/2.7/site-packages/pgxnclient/commands/__init__.py", line 84, in get_option_parser
clss = [cls for cls in CommandType.subclasses if
cls.name]
AttributeError: type object 'NewBase' has no attribute ‘name’
What did I do wrong?
Thanks,
David