micasense / imageprocessing

MicaSense RedEdge and Altum image processing tutorials
https://www.micasense.com
MIT License
247 stars 147 forks source link

Stuck at Solving Environment on Anaconda #199

Closed timothy-krock closed 4 months ago

timothy-krock commented 10 months ago

Hey I ran into an issue while working through MicaSense Image Processing Setup on my windows machine where conda env create -f micasense_conda_env.yml would hang on "Solving environment" for hours.

Forcing conda forge fixed it for me: conda config --set channel_priority strict

Might be good to include in the setup.

This stack overflow provided the fix

snehitvaddi commented 9 months ago

Same problem here while installing on local system. I attempted to set it up on Google Colab, assuming it would simplify the process, but I'm still facing challenges. It's quite frustrating to consistently see the "exiftool" errors agin and again.🫠

sebc06 commented 5 months ago

@timothy-krock please update to the latest version of Conda or force the usage of samba solver

conda update conda conda install -n base conda-libmamba-solver conda config --set solver libmamba

Note that this is now the default solver since Conda 23.10.0.

sebc06 commented 5 months ago

@snehitvaddi exiftools issues were fixed recently. Please update your local repository. It the issue persists, open a separate issue.

sebc06 commented 4 months ago

Closing this issue.