Closed cfhammill closed 6 years ago
This is probably just an issue with our setup, but antsRegistration-MAGeT calls python which on most systems will use python2, on systems configured to use python3 (i.e. PYTHONPATH set to 3 libs) python2 can crash when it tries to load libraries.
python
You're right, sounds like a local python config issue.
I hate the mess that is python library paths.
I've been investigating using virtualenvs for everything...
This is probably just an issue with our setup, but antsRegistration-MAGeT calls
python
which on most systems will use python2, on systems configured to use python3 (i.e. PYTHONPATH set to 3 libs) python2 can crash when it tries to load libraries.