olive-groves / butterfly_viewer

Side-by-side image viewer with synchronized zoom and sliding overlays. Drag and drop to instantly compare multiple images on your desktop. Very open source.
https://olive-groves.github.io/butterfly_viewer/
Other
22 stars 3 forks source link

[Docs] Creating conda environment from root YAML does not work for macOS #19

Closed larsmaxfield closed 3 months ago

larsmaxfield commented 10 months ago

If I create a conda environment in macOS using environment.yml, I get a "Packages not found" error.

I was able to get an environment working with:

conda config --append channels conda-forge
conda create --prefix ./env python=3.7
conda activate ./env
conda install pyqt=5.9
conda install piexif

I propose editing the Developers documentation to include steps to "manually" install the environment as I've done.

NagabhushanSN95 commented 6 months ago

@larsmaxfield can you please list out the steps atleast here so that I can follow that until the documentation is updated

larsmaxfield commented 6 months ago

@NagabhushanSN95 I won't be able to verify this for a couple weeks as I don't have access to a Mac, but the main steps (if I recall correctly) should be these: