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.49k stars 6.27k forks source link

check platform, only support py2app in OS X #274

Open ChieveiT opened 6 years ago

ChieveiT commented 6 years ago

pip install . fail with py2app in ubuntu16.04 because py2app only support OS X.

commit f48e13a should have considered different platforms.

vdalv commented 6 years ago

Why are you trying to use py2app if you have Ubuntu?

Follow the install instructions for your particular OS...

ChieveiT commented 6 years ago

@vdalv I have read the instructions. But it seems not to be related to this issue.

Problem shows in the instructions too. The commands for ubuntu and macOS is not the same. What I think is, it's not "fair". macOS can install by setup.py but ubuntu must run python labelImg.py and can not use setup.py. So I think setup.py should consider different platform and everyone can run pip install . to install labelImg globally. That's what this issue exactly mean.

vdalv commented 6 years ago

Oh, I see what you mean.

However, I'm not familiar with this sort of operation, so I can't offer much help atm, sorry.