ETC

M1 Mac에 LabelImg 설치 오류 해결기

  • -
728x90
반응형

1. LabelImg 설치 방법

 

GitHub - HumanSignal/labelImg: LabelImg is now part of the Label Studio community. The popular image annotation tool created by

LabelImg is now part of the Label Studio community. The popular image annotation tool created by Tzutalin is no longer actively being developed, but you can check out Label Studio, the open source ...

github.com

brew install qt  # Install qt-5.x.x by Homebrew
brew install libxml2

or using pip

pip3 install pyqt5 lxml # Install qt and lxml by pip

make qt5py3
python3 labelImg.py
python3 labelImg.py [IMAGE_PATH] [PRE-DEFINED CLASS FILE]

 

2. 에러 발생 및 원인

구글링을 좀 해보니, M1 Chip에서 PyQt5를 설치할 때 문제가 좀 있는듯하다.

 

3. 해결 방법

PyQt5를 pip을 이용하여 설치하는 대신, brew와 conda를 이용해주었다.

brew install pyqt@5
pip install pyqt5-sip
conda install pyqt

위와 같이 pyqt를 설치한 후, 원래 메뉴얼 대로 lxml을 설치해주었다.

pyqt가 정상 설치가 완료되었으니, make qt5py3 명령어도 정상 수행되었다.

 

조금 더 찾아보니, 아래와 같은 해결 방법을 찾을 수 있었다.

 

MacOS M1 - labelImg 설치

pip install labelImg pip3 install pipenv pipenv run pip install pyqt5 lxml make qt5py3 labelImg 순서대로 하면 된다는데 온갖 오류 다 뜨면서 안 됨. 그래서 다시 다운.. 그래도 안 됨. 다시 검색.. m1 칩이라 안 되는 듯..

sssbin.tistory.com

728x90
반응형

'ETC' 카테고리의 다른 글

티스토리 BGM 넣기 (feat.스킨 수정)  (7) 2024.09.21
Contents

포스팅 주소를 복사했습니다

이 글이 도움이 되었다면 공감 부탁드립니다.