-
Notifications
You must be signed in to change notification settings - Fork 16
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
Missing CONDA_PREFIX_1 env var to run cnmfe notebook on macOS #230
Comments
My
I don't really know what
|
Thanks for looking into this! What happens when you activate a third env, does a new env variable with "2" show up? Is the current environment with or without a number? |
If I run:
Then the related env vars are:
|
Thanks! Do you want to make a PR for this so it uses only CONDA_PREFIX? I'm not very familiar with conda, I use only pip for my development. Mesmerize-core is offered on conda mainly because caiman is only on conda. I probably put both env vars into it because I saw that both referenced the current env when I wrote that. |
I just ran into this bug as well, seems easy to fix, can I help push this forward? |
rly did a PR here, if that fix works for you as well I'll merge it #232 |
In https://github.com/nel-lab/mesmerize-core/blob/master/notebooks/cnmfe.ipynb under the header "Run a single batch item"
raises an error:
It seems like this environment variable is assumed to have been set but I do not have it set by default?
I am on a Mac M1 on a zsh shell with:
In case it makes a difference, I had installed conda and mamba using mambaforge. My conda-related environment vars in this
mescore
env are:I installed mesmerize using the current instructions in the README after the modification in #228.
The text was updated successfully, but these errors were encountered: