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
White77777 commented
I don't know why this happened when I want to use labelImg in windows.
- Windows:
- PyQt version:
Sh9hid commented
Create a new conda environment.
install this w pip /labelImg/tree/master/requirements/requirements-linux-python3.txt
KITZUNEKURAMA commented
TypeError: setValue(self, int): argument 1 has unexpected type 'float'
I have this kind of problem, what I have to do?
St-Luciferr commented
if you've installed using pip try reinstalling using following commands:
conda install pyqt lxml
conda install -c conda-forge labelimg
meneda11 commented
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.