Peter Sobolewski
Peter Sobolewski
Looks like these changes are live, e.g. https://napari.org/stable/tutorials/processing/dask.html#processing-data-with-dask-array-map-blocks
Sorry, I'm not really familiar with this stuff, but it's used in making the napari bundle, see: https://github.com/napari/packaging https://napari.org/stable/developers/packaging.html
I've got a non supported op: `aten::grid_sampler_2d` ``` envs/pytorch-env/lib/python3.9/site-packages/torch/nn/functional.py:4172: UserWarning: The operator 'aten::grid_sampler_2d' is not currently supported on the MPS backend and will fall back to run on the CPU....
I can test this on Ventura (13.6) to ensure no regression. I'll try to find time to update my personal laptop to Sonoma, but probably not till next weekend at...
IMO pyopengl is not a vispy requirement, so this should get fixed. I think I'm ok with this solution, but worried it may break things on older than macOS 11--only...
Do you have a small snippet to reproduce this? I'm on Ventura 13.6.2 and I have: ``` Python 3.11.4 | packaged by conda-forge | (main, Jun 10 2023, 18:08:41) [Clang...
That's the thing, the monkey patch is gated by a Try: https://github.com/vispy/vispy/blob/5b4731cc6ca76d55041d4e7a0ba598d06525e5ac/vispy/ext/cocoapy.py#L23-L38 For me Ventura 13.6.2 arm64, `import OpenGL.GL` doesn't throw an exception. Python 3.11.4, 3.10.12 -- both from conda-forge....
Is there a better way to test this? a snippet I could run? Because on my Ventura Macs, I get: ``` >>> import OpenGL.GL >>> >>> from vispy.ext.cocoapy import quartz...
I do wonder if the line https://github.com/vispy/vispy/blob/5b4731cc6ca76d55041d4e7a0ba598d06525e5ac/vispy/ext/cocoapy.py#L1288 should be changed to `cdll.LoadLibrary(util.find_library('quartz') or util.find_library('Quartz'))` On my Ventura it returns: ``` >>> cdll.LoadLibrary(util.find_library('quartz') or util.find_library('Quartz')) ``` which seems correct versus the...
FYI, I think you can close this as of https://github.com/conda-forge/tensorstore-feedstock/pull/22 On my M1, arm64 conda env: ``` ╰─ mamba repoquery search tensorstore (nap-3d) ─╯ Executing the query tensorstore conda-forge/osx-arm64 9.6MB...