Closed tfarago closed 1 year ago
Not the most elegant way, but could you try to set typing.TYPE_CHECKING
to False
.
This yould also help PyQt5.sip.enableoverflowchecking(False)()
.
First didn't help and second doesn't know about sip...
For Python3.9+ one needs to install qtpynodeeditor==0.3.0
In PyQt 5.15+ the GUI doesn't work because at many places of the qtpynodeeditor, Qt complains that it can't use
float
as argument and needsint
. @MarcusZuber do you know a quick fix for this or do I need to make a PR for the editor?