Skip to content

No module named 'indy_client' #7

@larsmunaf

Description

@larsmunaf

When executing make local run-demo, python throws an error:

Traceback (most recent call last):
  File "./indy-cli", line 51, in <module>
    from indy_client.cli.cli import IndyCli
ImportError: No module named 'indy_client'

It appears after fixing a previous error by setting the respective variables manually:

Traceback (most recent call last):
  File "./indy-cli", line 42, in <module>
    baseDir = os.path.expanduser(config.CLI_BASE_DIR)
AttributeError: module 'indy_config.py' has no attribute 'CLI_BASE_DIR'

Are those error messages somehow correlated? Some files and values seem to be missing/are not been generated by the Dockerfile. Is it because of version mismatches?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions