Skip to content

Missing dependencies in script (Cardano) #24

@0xjjpa

Description

@0xjjpa

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions