docker-compose up error
234
작성한 질문수 1
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)
이런 에러가 발생합니다. 어떻게 해결할 수 있을까요?
답변 0
강의 수강 후 포트폴리오 준비 방향에 대해 조언 부탁드립니다.
2
38
1
강의 자료를 어디서 확인 할 수 있나요?
1
44
3
강의가 넘 좋아서 3번째 복습을 하고 있는데
1
35
3
실습 중 codex를 클로드코드로 대체 가능한지 문의
1
31
2





