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

No module named 'indy_client' #7

Open
larsmunaf opened this issue Dec 13, 2018 · 5 comments
Open

No module named 'indy_client' #7

larsmunaf opened this issue Dec 13, 2018 · 5 comments

Comments

@larsmunaf
Copy link

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
Copy link

doyajii1 commented Mar 5, 2019

@larsmunaf have you find solution to your problem?

@larsmunaf
Copy link
Author

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

@doyajii1
Copy link

doyajii1 commented Mar 5, 2019

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

@leehanrick
Copy link

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

@nachikettapas
Copy link

Anyone able to find a solution to this problem?

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

No branches or pull requests

4 participants