Rizki Maulana

Results 6 comments of Rizki Maulana

Hi thank you for your reply, but after i run that command i got another error ```text TypeError: unsupported operand type(s) for ^: 'DockWidgetFeatures' and 'DockWidgetFeatures' ``` I'am using `Ubuntu...

This error occur when i run `make` command ```text pyrcc5 -o libs/resources.py resources.qrc python3 -m unittest discover tests ...ERemove setting pkl file $/home/son/.labelImgSettings.pkl ...E.. ====================================================================== ERROR: test_noop (test_qt.TestMainWindow) ---------------------------------------------------------------------- Traceback...

Hi Thank you, after i follow these steps [https://github.com/tzutalin/labelImg/blob/master/.github/workflows/package.yml](https://github.com/tzutalin/labelImg/blob/master/.github/workflows/package.yml) it works, but after try to make rect box occur this error ```text Traceback (most recent call last): File "/home/son/Ai/training/labelImg/labelImg.py", line...

Hi, i've read to all the code and i think there's no problem with the code but `the problem is` the package on pypi site haven't update yet with the...

Hi i've the same issue and the solution is to use custom uploader right here [editor.js custom uploader](https://github.com/editor-js/image#providing-custom-uploading-methods) here's example of mine ```typescript import Image from '@editorjs/image' export const EDITOR_TOOLS...