labelImg icon indicating copy to clipboard operation
labelImg copied to clipboard

Currently no working ubuntu builds?

Open kevin192291 opened this issue 2 years ago • 0 comments

I am looking to run labelimg on Ubuntu 20.0.4

I know the current version of python has problem, so I hoped to run:

pip3 install pipenv
pipenv run pip install pyqt5==5.15.2 lxml
pipenv run make qt5py3
pipenv run python3 labelImg.py
[Optional] rm -rf build dist; pipenv run python setup.py py2app -A;mv "dist/labelImg.app" /Applications

However this fails, saying that make: *** No rule to make target 'qt5py3'. Stop.

The docker image does not run as well. Saying missing files.

Any Ideas how this can be run on Linux?

  • OS:20.0.4
  • PyQt version: 3.10.4

kevin192291 avatar Sep 21 '22 06:09 kevin192291