klarman-cell-observatory / PowerAnalysisForSpatialOmics

BSD 3-Clause "New" or "Revised" License
23 stars 5 forks source link

Cannot setup environment from env.yml file #4

Open BMEngineeR opened 1 year ago

BMEngineeR commented 1 year ago

Dear package maintainer, I am trying to configure the environment, but it shows an error. Do you have any good suggestions for handling this question? image

chiarasch commented 1 year ago

I created the conda environment like this on an Apple Silicon M1 Mac:

conda create -n <envname> python=3.9 networkx=2.6.2 matplotlib=3.4.2 scipy jupyter -c conda-forge

I ran the scripts simulated_tissue.ipynb and spatialpower/tissue_generation/random_circle_packing.py with that. Hope this helps!