netneurolab / netneurotools

Useful tools from the Network Neuroscience Lab
https://netneurolab.github.io/netneurotools
BSD 3-Clause "New" or "Revised" License
60 stars 32 forks source link

Error with importing the plotting module #124

Closed apathanasiadis closed 9 months ago

apathanasiadis commented 1 year ago

I get an error with importing the plotting module. That is in freesurfer.py, line 13: ImportError: cannot import name '_stats' from 'scipy.ndimage.measurements'

version of scipy == 1.10.0

liuzhenqi77 commented 1 year ago

Hi, thanks for reporting the issue.

This should have been fixed by this commit. You can re-install netneurotools from GitHub main branch to make use of the fix. We are working on making the next release soon. Please feel free to let us know if you have more questions.

Best, Zhen-Qi