전체 글

전체 글

    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 ..

    No Properties 오류

    JSON을 사용하여 API를 개발하던 중 아래와 같은 오류를 만났다. 보통 DTO 파일에 Getter, Setter가 추가가 안되어 있어서 발생하는 오류다. DTO 파일 또는 getter나 setter가 사용되는 코드에 추가가 되어있는지 확인해야한다. ps.다음부터는 no properties가 보이면 바로 lombok(@Getter or @Data)을 추가해서 오류를 해결하면 좋을거 같다.

    NoClassDeFoundError 해결 방법

    NoClassDeFoundError JPA 환경설정 중에 NoClassDeFoundError가 발생하였다. Maven 환경 기반에서 설정 중이었다. 11월 29, 2021 2:19:15 오후 org.hibernate.jpa.internal.util.LogHelper logPersistenceUnitInformation INFO: HHH000204: Processing PersistenceUnitInfo [ name: hello ...] 11월 29, 2021 2:19:16 오후 org.hibernate.Version logVersion INFO: HHH000412: Hibernate Core {5.3.10.Final} 11월 29, 2021 2:19:16 오후 org.hibernate.cfg.Enviro..