#docker #kubernetes #container #orchestrator #microservice #infrastructure-as-code #devops #ci #cd

제목Q&A dockerfile python module error2019-10-29 14:59
작성자

worker2_1  | Traceback (most recent call last):

worker2_1  |   File "/app/webclient.py", line 1, in <module>

worker2_1  |     import requests

worker2_1  | ModuleNotFoundError: No module named 'requests'


docker compose로 server-client 통신을 구현하고 있었는데
교수님께서 올려주신 HTTP client 코드를 활용해서 webclient.py를 만들었었는데 docker-compose up 시 위와 같은 에러가 떴습니다.
pip install requests를 통해 모듈을 깔긴 하였는데 적용이 안된걸까요?

댓글