LoginSignup
0
1

More than 1 year has passed since last update.

labelImg インストール時エラー

Posted at
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]

リンク
https://github.com/tzutalin/labelImg
上記のようにしてみたところ
make qt5py3 の部分で以下のエラーが生じた

make: *** No rule to make target 'qt5py3'. Stop

解決策として
リンク
https://stackoverflow.com/questions/46986431/make-no-rule-to-make-target-qt5py3-stop
のように

brew install pyqt5

をしてみると無事起動することができた。

0
1
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
0
1