我尝试从以下位置在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'