specmicp
specmicp
that would be great indeed, it would be nice for my microscopy use cases too. I have been playing a bit with the scipy.spatial module lately to achieve that goal...
Can you provide the output of the following command: `glue-deps list` Also can you provide the version of your operating system ?
I can confirm this problem with a fresh virtualenv (qtpy gets correctly installed for me though). Manually downloading the package and looking through the setup.cfg shows that the extra_requires are...
@nickcorona sorry, I almost forgot, for now, installing PyQt5 should solve the problem: `pip install PyQt5 qtpy`
I cannot reproduce the problem on the development version. Which layers are changing ? Are they datasets or subsets ? Be sure to unselect the option "Apply to existing datasets"...
No, I only have miniconda install, and conda-devenv doesn't seems to work the same way in a non-base environment I did these steps: ``` conda env create -f environment.yml conda...