1

我尝试从这里在 Ubuntu 16.04 上使用 docker 运行 indy 代理:[ https://github.com/hyperledger/indy-agent/tree/master/python][1]

我已经使用以下命令构建了 docker 映像:

 make docker-build

但是当我尝试运行下一个命令时:

 make docker-start PORT=8094

我收到此错误:

make docker-start PORT=8094
docker run -it -p $PORT:$PORT -e PORT=$PORT --name indy-agent_$PORT indy-agent
Traceback (most recent call last):
  File "indy-agent.py", line 20, in <module>
    from modules.connection import Connection, AdminConnection
  File "/app/modules/__init__.py", line 1, in <module>
    from python_agent_utils.messages.errors import ValidationException
ModuleNotFoundError: No module named 'python_agent_utils'
4

0 回答 0