You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Running batch item 0, id 2b980e81-1875-4059-8506-9c7dda88e076, algo mcorr.
/home/wanglab/data/2P/run1/mesmerize/2b980e81-1875-4059-8506-9c7dda88e076.runfile: line 7: python: command not found
if "CONDA_PREFIX" in os.environ.keys():
f.write(f"$CONDA_PREFIX/bin/python {module_path} {args_str}")
else:
f.write(f"python {module_path} {args_str}") # call the script to run
I'm not sure why it's failing for you without the full path to the env python. I currently don't have the bandwidth to dig into this and test whether this breaks existing functionality. CI is currently broken because caiman made some weird changes a few months ago that broke things 😞
I don't understand why but I have an issue where the python call in the runfile fails.
The make_runfile function creates a runfile like this:
When it's executed, it fails like this:
It's as if python is not found in the path.
I fixed that issue by updating the code here
The environment is up to date with mesmerize.
Wondering if you've ever seen that issue ?
Would you be open to include that fix, if we can't pinpoint the reason for this bug?
The text was updated successfully, but these errors were encountered: