Closed qniksefat closed 2 years ago
Hello!
Sorry to hear you're having trouble with the toolbox. I tried to replicate the error with python3.8 and vtk==9.1.0 but it seems to work fine on my end (?)
Perhaps try to git pull
the latest version of enigma toolbox and pip install [ENIGMADIRECTORY]
... see if this works?
Sara.
Hi,
I'm trying to plot subcortical regions with your example data -or with random data shaped like (1, 16).
I'm having python 3.8 on mac M1 processor. installed
vtk==9.1.0
via pip. getting many errors:Finally, it throws
ValueError: Array shape is not valid.
though I checked thearray_name
in the code which needs to be (1, 16) or (1, 14) ordered.. Any thoughts?