Closed jo-mueller closed 2 years ago
Hi Johannes @jo-mueller ,
can you try with a local copy of time-slicer
from master without that requirement, if this bug happens on your machine? I just added this dependency because of this bug...
See also: spyder-ide/spyder#12829
sigh
Is this an issue in PyCharm as well? Or does this sort of error (PyQt5 incompatibility breaking spyder or oother packages) simply not occur there?
Pycharm doesn't run in a conda environment, it's a standalone application, written in C++ I think, If you're thinking of trying another IDE, consider code, it's very popular in the napari/scipy/scikit-image community.
Alright - Running Spyder in its own environment and simply switching the interpreter/environment solves this. I'll close this issue, then.
Hi @haesleinhuepf ,
I wanted to ask whether it is really strictly necessary to use the current PyQt5 requirement?
It collides with current Spyder versions that only support PyQt up to 5.13:
Since the time slicer is used downstream in quite a few plugins of yours (e.g., segment-blobs-and-things-with-membranes, etc.) this is quite a restriction.