Paul McCarthy

Results 69 comments of Paul McCarthy

Hi @effigies, indeed it seems that, before FSL 6.0.3, the `bet` script could return an exit code of 0 even if any of the underlying calls failed. This was fixed...

Sorry, just saw this mention - recent changes to `indexed_gzip` added support for Python file-like objects, so adding support for remote files will hopefully not be too painful (with the...

I'm hitting this as well on macOS, with wxpython 4.1.1 installed from conda-forge, via some code in [`wx/lib/agw/aui/framemanager.py`](https://github.com/wxWidgets/Phoenix/blob/d3bdb14365ca754e83732cccd04e94a2ded5029f/wx/lib/agw/aui/framemanager.py#L2307-L2339), which boils down to this: ``` import wx app = wx.App() tld...

HI @Amjadhpc, this is coming from the Python interpreter, and has nothing to do with FSLeyes. It is nothing to worry about, and will be filtered in the next FSLeyes...

Sorry, I don't have access to a Windows computer, so can't really help. But it looks like you don't have any OpenGL renderer installed.

Hi @Amjadhpc, I'm afraid this is much more likely due to the performance of your file system than to do with FSLeyes. I'd suggest talkiing with your system administrators to...

Hi @nmossazg12, you should be able to resolve this by downgrading your version of matplotlib with a command such as: ``` $FSLDIR/bin/mamba install -n base matplotlib-base="3.7" ``` The matplotlib colormaps...

Hi @sh-shahrokhi, sorry, I don't have access to a Windows machine, so am unable to diagnose/fix any Windows-related issues.

Hi @epicfaace I'm using Ubuntu 22.04 locally, and can install just fine: ``` ➜ ~ which python3.10 /usr/bin/python3.10 ➜ ~ python3.10 -m venv ./test.env ➜ ~ . ./test.env/bin/activate (test.env) ➜...

Hi @forrestfwilliams @martindurant, I'm not at all familiar with the zip format, so I'm afraid I can't really comment on how complex it would be to support zip. I don't...