Peter Sobolewski
Peter Sobolewski
Oddly, that one *does* have arm64 binaries: ``` Executing the query libsimpleitk conda-forge/osx-arm64 No change conda-forge/noarch @ 2.7MB/s 3.7s Name Version Build Channel ─────────────────────────────────────────────────────── libsimpleitk 2.1.1 hbdafb3b_0 conda-forge/osx-arm64 libsimpleitk 2.1.1...
The arm64 bot has made the PR for `simpleitk`: https://github.com/conda-forge/simpleitk-feedstock/pull/26 so there's progress! Thanks for all your efforts Jaime! ❤️
Yup, it's live now. Trying `devbio-napari` now... It's going **389** packages! Definitely one to use `mamba` and not conda 🤣 Napari is outdated, 0.4.15, but it runs. Trying some plugins...
Looking at the pyopencl related packages different between this env (fresh) and my normal env (where pycleesperanto works) is `khronos-opencl-icd-loader` no idea what this is, but seems like the problem....
Trying `mamba create --name test-env2 python=3.9 pyclesperanto-prototype` And pooped on: ``` Python 3.9.13 | packaged by conda-forge | (main, May 27 2022, 17:01:00) [Clang 13.0.1 ] on darwin Type "help",...
@haesleinhuepf I don't have that in my regular napari/CLE env, but I will try: `mamba create --name test-env2 python=3.9 pyclesperanto-prototype ocl_icd_wrapper_apple` Edit: that works. ``` Python 3.9.13 | packaged by...
> So if `khronos-opencl-icd-loader` is present then it seems `ocl_icd_wrapper_apple` is needed. Both or none. This is consistent with what is stated at https://github.com/jrprice/ocl_icd_wrapper So the combo is needed to...
So it seems the pyclesperanto-prototype conda-forge package needs to also include `ocl_icd_wrapper_apple` otherwise it's borked, as far as I can tell. Edit: Actually, it's probable `pyopencl`: `mamba create --name test-env2...
OK, i just checked, the conda-forge `pyopencl` breaks on arm64 starting here: https://github.com/conda-forge/pyopencl-feedstock/commit/7ac3d405734b474c6cbb2ee824f777f50e4a2a98 So `╰─ mamba create --name test-env2 python=3.9 pyopencl=2021.1.6 (base) ─╯ ` The example works. Everything after is...
@jaimergp I have no idea, I can try. Is that the expected behavior though? that packages just don't work? I thought dependencies should be installed along with packages? Edit: If...