Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[BUG] chia keys show regression in 1.0.2... #1610

Closed
fiveangle opened this issue Mar 31, 2021 · 3 comments
Closed

[BUG] chia keys show regression in 1.0.2... #1610

fiveangle opened this issue Mar 31, 2021 · 3 comments
Labels
bug Something isn't working

Comments

@fiveangle
Copy link
Contributor

Upgrade from 1.0.1 to 1.0.2 via git process on Debian 10.8/9

chia keys show functioned before but now results in:

(venv) speedster@chachacha:~/dev/chia-blockchain$ chia keys show
Traceback (most recent call last):
  File "/home/speedster/dev/chia-blockchain/venv/bin/chia", line 33, in <module>
    sys.exit(load_entry_point('chia-blockchain', 'console_scripts', 'chia')())
  File "/home/speedster/dev/chia-blockchain/src/cmds/chia.py", line 76, in main
    cli()  # pylint: disable=no-value-for-parameter
  File "/home/speedster/dev/chia-blockchain/venv/lib/python3.7/site-packages/click/core.py", line 829, in __call__
    return self.main(*args, **kwargs)
  File "/home/speedster/dev/chia-blockchain/venv/lib/python3.7/site-packages/click/core.py", line 782, in main
    rv = self.invoke(ctx)
  File "/home/speedster/dev/chia-blockchain/venv/lib/python3.7/site-packages/click/core.py", line 1259, in invoke
    return _process_result(sub_ctx.command.invoke(sub_ctx))
  File "/home/speedster/dev/chia-blockchain/venv/lib/python3.7/site-packages/click/core.py", line 1259, in invoke
    return _process_result(sub_ctx.command.invoke(sub_ctx))
  File "/home/speedster/dev/chia-blockchain/venv/lib/python3.7/site-packages/click/core.py", line 1066, in invoke
    return ctx.invoke(self.callback, **ctx.params)
  File "/home/speedster/dev/chia-blockchain/venv/lib/python3.7/site-packages/click/core.py", line 610, in invoke
    return callback(*args, **kwargs)
  File "/home/speedster/dev/chia-blockchain/src/cmds/keys.py", line 27, in show_cmd
    from .keys_funcs import show_all_keys
ModuleNotFoundError: No module named 'src.cmds.keys_funcs'

Tried on two different debian systems with same result.

@fiveangle fiveangle added the bug Something isn't working label Mar 31, 2021
@hoffmang9
Copy link
Member

Known bug. 1.0.3 soon

@fiveangle
Copy link
Contributor Author

I'll just back out of the room slowly then, never having whispered the phrase "unit testing" 😉

@hoffmang9
Copy link
Member

PRs for other community members changes that came in without a unit test... very welcome!

Fixed in https://github.com/Chia-Network/chia-blockchain/releases/tag/1.0.3

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants