brycecurtis / indy-tutorial-sandbox

A turnkey, Docker-based sandbox that enables quick and easy exploration of Hyperledger Indy concepts.
Apache License 2.0
25 stars 22 forks source link

No module named 'indy_client' #7

Open larsmunaf opened 5 years ago

larsmunaf commented 5 years ago

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?

doyajii1 commented 5 years ago

@larsmunaf have you find solution to your problem?

larsmunaf commented 5 years ago

I still didn't. Probably, I misunderstood the whole setup, but that's why I opened this issue.

doyajii1 commented 5 years ago

@larsmunaf I was getting same error and was also wondering about same issue.

leehanrick commented 5 years ago

How was this issue solved? I am also facing the same issue

nachikettapas commented 5 years ago

Anyone able to find a solution to this problem?