[Troubleshooting] conda 가상환경 상에서 pip install로 설치한 모듈을 찾을 수 없는 경우
🚫 현상 분명 conda activate 이후 가상환경 안에서 pip install을 통해 모듈을 설치했음에도 불구하고 not found module이 발생하는 경우가 있다. 💡원인 pip의 경로를 확인해보면 conda 환경의 경로가 아님을 확인할 수 있다. 이 때문에 global 환경에 설치가 되어 가상환경 ...
🚫 현상 분명 conda activate 이후 가상환경 안에서 pip install을 통해 모듈을 설치했음에도 불구하고 not found module이 발생하는 경우가 있다. 💡원인 pip의 경로를 확인해보면 conda 환경의 경로가 아님을 확인할 수 있다. 이 때문에 global 환경에 설치가 되어 가상환경 ...
🚫 현상 처음부터 SSL 사용하는 conf로 nginx를 실행하려고 하니 안됨(당연한 것) /docker-entrypoint.sh: /docker-entrypoint.d/ is not empty, will attempt to perform configuration /docker-entrypoint.sh: Looking fo...
🚫 현상 docker container 상에서 npm install을 했을 때 의존성 충돌 문제 발생 > [frontend 4/5] RUN npm install: 11.95 npm error code ERESOLVE 11.95 npm error ERESOLVE unable to resolve dependenc...
🚫 현상 docker-compose로 react 프로젝트를 실행하려 할 때 아래와 같은 문제 발생 react_frontend | react_frontend | > app@1.0.0 start react_frontend | > react-scripts start ...
🚫 현상 pem키를 사용하여 ssh 접근 시 다음과 같이 에러가 발생 @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@ @ WARNING: UNPROTECTED PRIVATE KEY FILE! @ @@@@@@@@@@@@@@@@@@...
🚫 현상 / # gitlab-runner exec shell build Runtime platform arch=amd64 os=linux pid=139 revision=66a723c3 version=17.5.0 FATAL: Command exec not found. 💡원인 g...
🚫 현상 명령어 gitlab-runner register \ --non-interactive \ --url "$CI_SERVER_URL" \ --registration-token "$REGISTRATION_TOKEN" \ --executor "$RUNNER_EXECUTOR" \ --docker-image "alpine:latest...
🚫 현상 gitlab runner 이미지로 만든 컨테이너에서 sh, bash, tail과 같은 명령어를 사용하려고 할 때 아래와 같은 문제 발생 gitlab_runner | Runtime platform arch=amd64 os=linux pid=7 revi...
🚫 현상 gitlab-ic의 컨테이너 내부에서 gitlab-runner register를 실행했을 때 다음과 같은 오류 발생 gitlab_runner | Runtime platform arch=amd64 os=linux pid=7 revision=782c6e...
🚫 현상 gitlab-runner 이미지로 docker 빌드를 하려 할 때 아래와 같은 문제 발생 Status: Downloaded newer image for gitlab/gitlab-runner:alpine docker: Error response from daemon: manifest has incorrect me...