Peter Sobolewski
Peter Sobolewski
@melissawm #367 is merged, but I still see the issue with search on stable (0.4.16). Not sure if the merge alone should have fixed it or something else needs to...
FYI: on my arm64 macOS 12.6 `mamba create --name test-env2 python=3.9 cellpose-napari ` JustWorks with `+ pytorch 1.12.1 cpu_py39hf1faf6a_1` being installed. Note: On my M1, 1.12.x is markedly faster than...
@kevinyamauchi What python env are you seeing cellpose issues on Intel macOS? It runs fine—not very fast, but fine—for me from conda-forge in rosetta. I just did `mamba install cellpose-napari`...
why not just: `conda create -n test-pytorch python=3.9 pytorch -c conda-forge` I think using the different channels mixing numpy and pytorch from different channels is problematic.
Why specify numpy? It's a depend, it will come along?
I meant in terms of devbio, because napari, cellpose, etc. definitely use numpy. But i get it now.
I can confirm same error using arm64 miniforge3 and fresh env. This seems like a conda/conda-forge issue. Not sure why it's looking for linux? Maybe @goanpeca has some ideas? ```...
Alas, looks like a depend isn't arm64 yet: ``` Looking for: ['python=3.9', 'devbio-napari=[build=*osx*]'] conda-forge/osx-arm64 Using cache conda-forge/noarch Using cache Encountered problems while solving: - nothing provides simpleitk needed by platymatch-0.0.3-pyhd8ed1ab_0...
I'll make a PR to add it to the migrator like I did for `redlionfish` Done: https://github.com/conda-forge/conda-forge-pinning-feedstock/pull/3480
> Fingers crossed for simpleitk. It hasn't received much attention in a while, [apparently](https://github.com/conda-forge/simpleitk-feedstock/pulls). The ITK devs are active on GitHub, but maybe not following the feedstock repo carefully? Maybe...