-
Notifications
You must be signed in to change notification settings - Fork 22
No module named 'indy_client' #7
Copy link
Copy link
Open
Description
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?
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels