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

Missing dependencies in script (Cardano) #24

Open
0xjjpa opened this issue Aug 4, 2022 · 0 comments · May be fixed by #25
Open

Missing dependencies in script (Cardano) #24

0xjjpa opened this issue Aug 4, 2022 · 0 comments · May be fixed by #25

Comments

@0xjjpa
Copy link

0xjjpa commented Aug 4, 2022

Background
Fireblocks users might need to corroborate some addresses within a given workspace provided the workspace public key, as to ensure a backup with the private key matches the accounts generated by Fireblocks.

Introduction
When using ada_helpers to derive particular accounts, the following errors are displayed:

Traceback (most recent call last):
  File "address_derivation.py", line 3, in <module>
    from utils import ada_helpers, sol_helpers, dot_helpers
  File "/workspace/fireblocks-key-recovery-tool/utils/ada_helpers.py", line 3, in <module>
    import cbor2
ModuleNotFoundError: No module named 'cbor2'
Traceback (most recent call last):
  File "address_derivation.py", line 3, in <module>
    from utils import ada_helpers, sol_helpers, dot_helpers
  File "/workspace/fireblocks-key-recovery-tool/utils/ada_helpers.py", line 5, in <module>
    import bech32
ModuleNotFoundError: No module named 'bech32'

These errors happen in a few other dependencies, but this issue focuses in Cardano only.

0xjjpa added a commit to 0xjjpa/fireblocks-key-recovery-tool that referenced this issue Aug 4, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant