인프런 커뮤니티 질문&답변
docker-compose up error
작성
·
218
0
docker-compose up 할 때
(venv) $ docker-compose up
Recreating django_project_web_1 ... done
Attaching to django_project_web_1
web_1 | Traceback (most recent call last):
web_1 | File "manage.py", line 11, in main
web_1 | from django.core.management import execute_from_command_line
web_1 | ModuleNotFoundError: No module named 'django'
web_1 |
web_1 | The above exception was the direct cause of the following exception:
web_1 |
web_1 | Traceback (most recent call last):
web_1 | File "manage.py", line 22, in <module>
web_1 | main()
web_1 | File "manage.py", line 13, in main
web_1 | raise ImportError(
web_1 | ImportError: Couldn't import Django. Are you sure it's installed and available on your PYTHONPATH environment variable? Did you forget to activate a virtual environment?
ERROR: Windows named pipe error: 파이프가 끝났습니다. (code: 109)
이런 에러가 발생합니다. 어떻게 해결할 수 있을까요?
답변




