PolarizedLightFieldMicroscopy / napari-LF

Light field imaging plugin for napari
BSD 3-Clause "New" or "Revised" License
9 stars 3 forks source link

Installation on Mac M2 processor #28

Closed pvjosue closed 1 year ago

pvjosue commented 1 year ago

Struggled to install napari on a macbook air M2

pvjosue commented 1 year ago

Solved by running: Download https://repo.anaconda.com/miniconda/Miniconda3-py39_4.12.0-MacOSX-arm64.sh

bash Miniconda3-py39_4.12.0-MacOSX-arm64.sh -b -p $HOME/miniconda
source ~/miniconda/bin/activate  
conda init zsh
conda create -y -n napari-env -c conda-forge python=3.9 
conda activate napari-env         
conda install -c conda-forge napari