오류 & 이슈

    컨테이너 기반(Docker) MySQL 서버 InteliJ 연동 오류 처리

    InteliJ IDE에서 DB 연동 중 아래와 같은 오류가 발생했다. The last packet sent successfully to the server was 0 milliseconds ago. The driver has not received any packets from the server 당시 나의 오류 환경 SpringBatch 테스트를 위한 DB가 필요한 상황이었다. 당시 오류 환경은 아래와 같았다. Local에서 MySQL을 설치한 상태였다. (외부 접근 Port번호 3306 사용중) 컨테이너 Server(MySQL)를 동작시킨 상황이었다.(외부 접근 Port번호 3307:3307) 사용 위의 사진처럼 Port번호를 3307로 설정해도 접근이 안되는 문제가 발생했다. 처음 연동시에는 도커의..

    python mediapipe 설치 오류 해결 방법(media pipe install ERROR: Could not find a version that satisfies the requirement mediapipe (from versions: none))

    오류정보 media pipe install ERROR: Could not find a version that satisfies the requirement mediapipe (from versions: none) media pipe install ERROR: Could not find a version that satisfies the requirement mediapipe (from versions: none) 사용환경 Mac M1 Pro 급하신 분들을 위한 해결방법 1.python 버전을 3.7번대로 다운 받는다. 2.intel 기반의 python을 사용한다. 해결과정 처음에는 구글링을 했지만 답이 나오지 않았습니다. "pip install mediapipe" does not work · Issue ..