HumanSignal/labelImg

Stuck in PIP installation on Macbook m1

Mopele opened this issue · 1 comments

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

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