HumanSignal/labelImg

QMimeDatabase: Error loading internal MIME data An error has been encountered at line 1 of <internal MIME data>: Premature end of document.:

White77777 opened this issue · 4 comments

I don't know why this happened when I want to use labelImg in windows.

  • Windows:
  • PyQt version:

Create a new conda environment.
install this w pip /labelImg/tree/master/requirements/requirements-linux-python3.txt

TypeError: setValue(self, int): argument 1 has unexpected type 'float'

I have this kind of problem, what I have to do?

if you've installed using pip try reinstalling using following commands:

conda install pyqt lxml
conda install -c conda-forge labelimg

Create a new conda environment. install this w pip /labelImg/tree/master/requirements/requirements-linux-python3.txt

Can you explain your code? I've tried without success.