Closed bentaculum closed 1 year ago
Hi @bentaculum,
You've found the way to our development docs (note the /develop
in the url).
SLEAP 1.3.1 is not on the main sleap channel yet, but can be found on the dev channel:
mamba create -y -n sleap -c conda-forge -c anaconda -c sleap/label/dev -c sleap sleap=1.3.1
We only have builds for python 3.9 for the macs though, so I don't believe it will work for python 3.8...
Let me know how that goes please! (If you decide python 3.9 is fine?)
Thanks, Liezl
Bug description
The proposed install command (with addition of
python=3.8
, as suggested here):fails for me with the following error msg:
What am I missing? The
-c sleap
option is there to direct to the correct conda channel, so not sure why this fails.