indy-tutorial-sandbox icon indicating copy to clipboard operation
indy-tutorial-sandbox copied to clipboard

No module named 'indy_client'

Open larsmunaf opened this issue 7 years ago • 5 comments

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?

larsmunaf avatar Dec 13 '18 13:12 larsmunaf

@larsmunaf have you find solution to your problem?

doyajii1 avatar Mar 05 '19 02:03 doyajii1

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

larsmunaf avatar Mar 05 '19 05:03 larsmunaf

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

doyajii1 avatar Mar 05 '19 07:03 doyajii1

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

leehanrick avatar May 27 '19 09:05 leehanrick

Anyone able to find a solution to this problem?

nachikettapas avatar Jun 09 '19 16:06 nachikettapas