kevinjohncutler / omnipose

Omnipose: a high-precision solution for morphology-independent cell segmentation
https://omnipose.readthedocs.io
Other
96 stars 29 forks source link

Error when starting the GUI #39

Closed Antovigo closed 1 year ago

Antovigo commented 1 year ago

I am trying to run the GUI (with python3 -m omnipose) and I run into this error: AttributeError: type object 'QPalette' has no attribute 'Base'. Did you mean: 'base'? The Qt documentation also seem to use the lowercase version. Am I using the wrong version for something? My python is 3.10.9.

kevinjohncutler commented 1 year ago

@Antovigo what version of PyQT do you have installed? It could be a conflict there. The API for PyQT 5 vs 6 can be different, and I have it written for the latter.