HumanSignal / labelImg

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 data labeling tool for images, text, hypertext, audio, video and time-series data.
https://youtu.be/p0nR2YsCY_U
MIT License
22.15k stars 6.23k forks source link

Stuck in PIP installation on Macbook m1 #985

Closed Mopele closed 1 year ago

Mopele commented 1 year ago

I encounter a problem when trying to install via pip.

I tried to install labelimg on my macbook m1, but when the installation is running it hangs at one point asking me for a licens agreement. When I try to agree nothing happens.

I am running it in a conda enviroment.

Screenshot 2023-03-04 at 18 52 24
Mopele commented 1 year ago

This is fixed by using the answer from here: https://stackoverflow.com/questions/73714829/pip-install-pyqt5-it-cannot-go-on

with: pip install labelimg --config-settings --confirm-license= --verbose