labelImg icon indicating copy to clipboard operation
labelImg copied to clipboard

Unable to install: No rule to make target `qt5py3'

Open JoshHrach opened this issue 3 years ago • 4 comments

I'm trying to install this on my M1 Max MacBook Pro. I have chosen the instructions where it says it can create an optional app bundle. I have performed the following in accord with those instructions:

brew install python3
pip3 install pipenv
pipenv run pip install pyqt6 ## pyqt5 won't work on Apple Silicon
pipenv run make qt5py3 ## Error occurs here

Every time when I run pipenv run make qt5py3, I get the following error:

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

I'm unable to proceed with installation and don't know how to resolve.

  • OS: macOS 12.5 Monterey
  • PyQt version:

JoshHrach avatar Jul 26 '22 22:07 JoshHrach

Try my modification for M1: https://github.com/alicewish/pyqt5_momolabelImg

alicewish avatar Aug 07 '22 02:08 alicewish

I'm trying to install this on my M1 Max MacBook Pro. I have chosen the instructions where it says it can create an optional app bundle. I have performed the following in accord with those instructions:

brew install python3
pip3 install pipenv
pipenv run pip install pyqt6 ## pyqt5 won't work on Apple Silicon
pipenv run make qt5py3 ## Error occurs here

Every time when I run

did u find solution?

Harini-ctrl avatar Apr 19 '23 06:04 Harini-ctrl

@Harini-ctrl Unfortunately, no, I didn't. I can't remember if I tried the suggestion in the comment above or not.

JoshHrach avatar Apr 19 '23 18:04 JoshHrach

i installed labelimg using pip and everytime i run labelimg and open an image i get this error Same goes when i provide an image path as an urgument

Traceback (most recent call last): File "/home/brian/anaconda3/envs/AI/lib/python3.10/site-packages/labelImg/labelImg.py", line 965, in scroll_request bar.setValue(bar.value() + bar.singleStep() * units) TypeError: setValue(self, a0: int): argument 1 has unexpected type 'float' Aborted (core dumped)

Briankimany avatar Nov 17 '23 22:11 Briankimany