-
Notifications
You must be signed in to change notification settings - Fork 1
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Install via conda environment file #7
Conversation
Codecov ReportAll modified lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #7 +/- ##
=====================================
Coverage 0.00% 0.00%
=====================================
Files 1 1
Lines 5 5
=====================================
Misses 5 5 ☔ View full report in Codecov by Sentry. |
conda create -n template-builder -c aramislab -c conda-forge python=3.10 ants parallel | ||
git clone https://github.com/brainglobe/brainglobe-template-builder | ||
cd brainglobe-template-builder | ||
conda env create -f environment.yaml -n template-builder |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I started from scratch: removed the existing environment, cloned the repo and manually downloaded the environment.yaml file. The environment was not created. I got this message:
Collecting package metadata (repodata.json): done Solving environment: \ Killed
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Couldn't create conda environment
FYI this works for me. @viktorpm are you using Windows? |
@adamltyson, I'm using WSL but I could install everything previously I could do it again with this command: |
What has also changed is that I have added @niksirbi, yes it took ages and I guess it timed out. Should I install Napari separately? |
@viktorpm Unfortunately this tends to happen sometimes, If this solves the problem, I might update the instructions to recommend @niksirbi It solved the problem. I removed Miniconda, installed Mamba and ran this command: It quickly created the environment with all the dependencies |
Hey @viktorpm, because we have many conda dependencies, I've included a conda environment file and updated the installation instructions accordingly. It would be great if you could test whether this works on your side.