You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Can you provide more context on the interplay between R and Python here - What do you mean by "Load Python 3.10.." ? Are you calling R from within Python, or vice-versa? I don't understand why you would get a Python error in ANTsR otherwise.
And in any case - we don't support Python2.7 in ANTsPy anymore.
Describe the bug
I am getting a PyType_GetFlags error when I type this command:
mdl = getBrainAgeModel( tempfile() )
in R.Below is the error message:
Error: PyType_GetFlags - /usr/lib64/python2.7/config/libpython2.7.so: undefined symbol: PyType_GetFlags
To Reproduce
Steps to reproduce the behavior:
filename = system.file("extdata", "test_image.nii.gz", package = "brainAgeR", mustWork = TRUE)
img = antsImageRead( filename )
mdl = getBrainAgeModel( tempfile() )
Expected behavior
Not get the error message
Desktop (please complete the following information):
Additional context
Since Python2.7 is deprecated is there a plan to update to Python3?
The text was updated successfully, but these errors were encountered: