question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Open Zarr File on M1

See original GitHub issue
  • Create a conda environment with the required dependencies
  • Run the example below
from zarr.storage import FSStore
from itkwidgets import view
import zarr
fsstore = FSStore('https://dandiarchive.s3.amazonaws.com/zarr/7723d02f-1f71-4553-a7b0-47bda1ae8b42')
brainstem = zarr.open_group(fsstore, mode='r')

view(brainstem)
  • The following message pops up. The git command requires the command line developer tools The tools is not installed.

Issue Analytics

  • State:open
  • Created a year ago
  • Comments:10 (3 by maintainers)

github_iconTop GitHub Comments

1reaction
jburelcommented, Nov 2, 2022

@PaulHax @thewtex we are having our community meeting over the next few weeks [1] We have sessions on the 10 of November going over the viewers currently opening zarr files. We will encourage people developing viewers to present their tools (~10mins) and discuss what’s needed from the specification point of views. Will you interested to join us? The meeting is free

[1] https://www.openmicroscopy.org/events/ome-community-meeting-2022/

1reaction
will-moorecommented, Oct 14, 2022

Thanks @PaulHax that’s great. I opened a PR to add itk-vtk-viewer links to all the v0.4 Images in https://idr.github.io/ome-ngff-samples/

Read more comments on GitHub >

github_iconTop Results From Across the Web

Cannot install on Apple M1 #47 - conda-forge/zarr-feedstock
In case somebody else encounteres this, zarr can currently not be installed for Apple M1 machines and this gives a very weird error....
Read more >
Tutorial — zarr 2.13.3 documentation - Read the Docs
open () function provides a convenient way to create a new persistent array or continue working with an existing array. Note that although...
Read more >
Why You Should Save NumPy Arrays with Zarr - Coiled
This post tells you why and how to use the Zarr format to save a numpy array. It walks you through the code...
Read more >
Blog - Fabrizio Musacchio
In case you're having problems installing Napari on your M1 Mac, try to install it from conda instead of pip. Read more ·...
Read more >
Zarr Outreachy - HackMD
Zarr is an open-source data format for storing chunked, ... CPU: Intel-based x86 CPU, preferably 6th generation or higher or Apple M1/M2
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found