You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When I execute the following command I get the error "ModuleNotFoundError: No module named 'indy'" - can anyone tell me where the 'ledger' and 'pool' objects can now be found ?
(venv) rshea@tana:~/dev/von-network$ GENESIS_FILE=~/dev/aries-cloudagent-python-sandbox/genesis-file-downloaded-from-von.txt PORT=9000 python -m server.server
Traceback (most recent call last):
File "/usr/lib/python3.9/runpy.py", line 197, in _run_module_as_main
return _run_code(code, main_globals, None,
File "/usr/lib/python3.9/runpy.py", line 87, in _run_code
exec(code, run_globals)
File "/home/rshea/dev/von-network/server/server.py", line 14, in <module>
from .anchor import (
File "/home/rshea/dev/von-network/server/anchor.py", line 17, in <module>
from indy import ledger, pool
ModuleNotFoundError: No module named 'indy'
The text was updated successfully, but these errors were encountered:
@WadeBarnes./manage works well but i'm trying to have my own local agents/controllers as well as the aries demo agents connect to my von-network and having quite a bit of issues because of the docker ip address in the genesis file.
Do you have any resources or suggestions about this?
I've found some documentation https://github.com/hyperledger/indy-sdk/blob/main/README.md#how-to-start-local-nodes-pool-with-docker but it seems out of date. Tried a lot of things but haven't got it to work. I'm on windows/wsl.
I am following the instructions at https://github.com/bcgov/von-network#running-the-web-server-on-your-local-machine .
When I execute the following command I get the error "ModuleNotFoundError: No module named 'indy'" - can anyone tell me where the 'ledger' and 'pool' objects can now be found ?
The text was updated successfully, but these errors were encountered: