rmasiso

Results 7 comments of rmasiso

> ``` > File "/code/moviepy/moviepy/video/io/ffmpeg_writer.py", line 133, in write_frame > self.proc.stdin.write(img_array.tobytes()) > BrokenPipeError: [Errno 32] Broken pipe > > During handling of the above exception, another exception occurred: > >...

Thanks for responding. I had tested the above solutions previously, but I did it again and they all resulted in: "requirement satisfied". So, it didn't change anything. I will add...

Here's the ```conda env list``` ``` (musev) root@2f82e80bc1d7:/workspace/MuseV# conda env list mmpose# conda environments: # base /opt/conda musev * /opt/conda/envs/musev ``` Here's the grep: ``` (musev) root@2f82e80bc1d7:/workspace/MuseV# pip list |grep...

I did run a clean install of the docker image and ran everything again but ended up with the same issues. I also did try to remove the try statements...

> These blending issues are tricky to fix. You could try the PyVista-based backend to mne.viz.Brain instead, here alpha blending is done in the CPU so a single surface is...

> add_foci in millimeters (rather than using a vertex number) on the inflated surface is strange. It will probably match / be correct if you use pial for example, or...

Also suffering through this error. PATHs have been set, cuda is available, cudnn is installed (multiple were tried to see if it was a cudnn version that wasn't working); and...