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.19k stars 6.23k forks source link

Problem when installing it with docker #963

Open MariaLFreitas opened 1 year ago

MariaLFreitas commented 1 year ago

I did these steps:

And I got that:

pyrcc4 -py2 -o libs/resources.py resources.qrc

Traceback (most recent call last):
  File "./labelImg.py", line 40, in <module>
    from libs.labelFile import LabelFile, LabelFileError, LabelFileFormat
  File "/home/labelImg/libs/labelFile.py", line 12, in <module>
    from libs.create_ml_io import CreateMLWriter
  File "/home/labelImg/libs/create_ml_io.py", line 4, in <module>
    from pathlib import Path
ImportError: No module named pathlib

What can I do to solve this?

chJunger commented 1 year ago

Hi @tzutalin

I run into the same issue.

In addition: I am not listed as Sudo
ipfJC is not in the sudoers file. This incident will be reported.

bkaangorur commented 7 months ago

+1