labsyspharm / scimap

Spatial Single-Cell Analysis Toolkit
https://scimap.xyz/
MIT License
71 stars 24 forks source link

%gui qt not running (M2) #82

Closed virlyananda closed 4 months ago

virlyananda commented 10 months ago

Hi,

I've been encountering an issue where I couldn't open Napari when I ran %gui qt. Currently, this has been happening whenever I run it on M2. It works just fine when I ran it on non M1/M2 OS. Any recommendation on how to fix this?

Screenshot 2023-11-07 at 3 43 19 PM

Thanks, Virly

josenimo commented 9 months ago

I run it on M2 just fine, I followed the standard installation instructions and then just had to install PyQt6 on the side with pip, inside the mamba environment. can you post your entire package list with conda list

ajitjohnson commented 8 months ago

I should probably add PyQt as a requirement again. I had included it previously, but it caused some issues, so I removed it. However, I no longer remember what those issues were.