Open besbesmany opened 3 years ago
The same thing happened to me. I was using some older version and wanted to pull newest version today, so after git pull i faced the same problem.
I solved it by installing proposed versions of pyqt and lxlm. For Linux:
sudo apt-get install pyqt5-dev-tools sudo pip3 install -r requirements/requirements-linux-python3.txt make qt5py3
Check out installation process in README again.
just change the line 208 to "self.dock.setFeatures(self.dock.features() ^ int(self.dock_features))" is ok(Change implicit conversion to explicit conversion) TIPS: don't try to write to the file using by others like cmd(it was locked), exit cmd then you all can change it.
@Bzz2745 Worked for me, thank you!
how to replace the above line in cmd, that does not let me write anything and seems to me like hang
just change the line 208 to "self.dock.setFeatures(self.dock.features() ^ int(self.dock_features))" is ok(Change implicit conversion to explicit conversion)
it worked! thank you so much
just change the line 208 to "self.dock.setFeatures(self.dock.features() ^ int(self.dock_features))" is ok(Change implicit conversion to explicit conversion)
just line number changed into 213 but the process worked. Thank you!
just change the line 208 to "self.dock.setFeatures(self.dock.features() ^ int(self.dock_features))" is ok(Change implicit conversion to explicit conversion)
it worked thank youuuuuu
how to replace the above line in cmd, that does not let me write anything and seems to me like hang
how to replace the above line in cmd, that does not let me write anything and seems to me like hang??please i cant replace it'
@Bzz2745 hello how you can replace or change the line?? i cant replace above line in cmd thankyou, cause of this i cant continue my project thankyou vrymuch
close cmd before write to the file,you can't write to it while something just using it(it was locked.). i haven't found anyway to change code file in cmd......
wait so i have to closed the cmd?? and then in where i can change the line thankyou somuch to rep my question T_T
wait so i have to closed the cmd?? and then in where i can change the line thankyou somuch to rep my question T_T
yes close it then write....
@Bzz2745 oke i already close the cmd and then in where i write the code?
@Bzz2745 oke i already close the cmd and then in where i write the code?
it has already told you,C:\Users\user\labelimg-master\labelimg.py in function init line213
@Bzz2745 NOWAYYY I DID IT IT WORKS BUT, i found new problem, would you like to help me?
i really haven't met this error,sorry about that.
@Bzz2745 NOWAYYY I DID IT IT WORKS BUT, i found new problem, would you like to help me?
i just reset it,but haven't met this error....
@Bzz2745 NOWAYYY I DID IT IT WORKS BUT, i found new problem, would you like to help me?
You have to changes lines 168 and 179 from if Qt.RightButton & ev.buttons()
to if Qt.RightButton & int(ev.buttons())
in libs/canvas.py
please help me I have this error
labelImg.py:208: DeprecationWarning: an integer is required (got type DockWidgetFeatures). Implicit conversion to integers using int is deprecated, and may be removed in a future version of Python. self.dock.setFeatures(self.dock.features() ^ self.dock_features) labelImg.py:563: DeprecationWarning: an integer is required (got type DockWidgetFeatures). Implicit conversion to integers using int is deprecated, and may be removed in a future version of Python. self.dock.setFeatures(self.dock.features() | self.dock_features)