CanYing | 残影

Results 21 comments of CanYing | 残影

@EricThomson Thanks for the reply! The hard drive I intended to store my memmap file has ~300GB free space.

caimanmanager result: ``` caimanmanager.py diagnose Platform: Windows-10-10.0.22621-SP0 ============== Python version: 3.8.17 ============== Python Family: CPython ============== Memory: svmem(total=68519546880, available=53127958528, percent=22.5, used=15391588352, free=53127958528) ============== Physical CPUs: 16 ============== Swap: sswap(total=62277025792, used=2224128,...

> @CanYing0913 reading over your post a little more closely (and seeing the outputs of your `caimanmanager diagnose`) this seems it is likely more complicated than a pure Caiman issue....

Hi @EricThomson , I am still trying to look for ways to run my wrapper function in separate process. I have built an application where the cnmf-E algorithm should run...

@EricThomson Hello, I created a minimal reproducible example, and the result is quite interesting. [example py file.zip](https://github.com/flatironinstitute/CaImAn/files/14712911/example.py.file.zip) (I didn't include my dataset, they are too large to upload) Using demo...

I was using PyCharm with conda environment when facing this problem. To me the `os.environ['JAVA_HOME']` successfully prints out the corresponding conda env name, so I assume that's not a unique...

> Thanks @CanYing0913. Does your Python script work from the command line in your conda environment? I.e. is it an IDE-specific thing? Or do you see the same behavior outside...

> @CanYing0913 Huh. So from the command line, when you type: > > ``` > echo "$JAVA_HOME" > ``` > > You see that `JAVA_HOME` is set correctly, but then...

> > echo is not showing anything from terminal > > On Windows, I think the syntax is: > > ``` > echo "%JAVA_HOME%" > ``` > > It probably...

This is what I got after `mvn -v`: ```Apache Maven 3.8.6 (84538c9988a25aec085021c365c560670ad80f63) Maven home: C:\Users\wyari\.conda\envs\caiman\Library Java version: 1.8.0_312, vendor: Azul Systems, Inc., runtime: C:\Users\wyari\.conda\envs\caiman\Library\jre Default locale: en_US, platform encoding: GBK...