conda install pyqt=5
conda install -c miniconda lxml
YOLO 실행을 위해 위 프로그램을 install 한 뒤
해당 코드를 입력 했더니 뜬 에러이다.
brew install pyqt5
brew 로 install 해주었더니 정상 실행 되었다.
'ERROR' 카테고리의 다른 글
Graph execution error:Detected at node 'sequential_1/embedding_1/embedding_lookup' (0) | 2023.02.21 |
---|---|
tar: Error is not recoverable: exiting now (0) | 2023.02.20 |
YOLO 실행시 발생, IndexError: list index out of range (0) | 2023.02.19 |
Mac 업데이트 후 발생하는 xcrun: error (0) | 2023.02.19 |
ValueError: cannot reshape array of size 1 into shape (28,28) (0) | 2023.01.15 |