Python Forum
SCIPY: cannot import name '_nd_image' - Printable Version

+- Python Forum (https://python-forum.io)
+-- Forum: Python Coding (https://python-forum.io/forum-7.html)
+--- Forum: General Coding Help (https://python-forum.io/forum-8.html)
+--- Thread: SCIPY: cannot import name '_nd_image' (/thread-17833.html)



SCIPY: cannot import name '_nd_image' - DJC8 - Apr-25-2019

Hi, i'm trying to run a code that uses filters module from scipy but i'm having a problem:

File "C:\IntelPython3\lib\site-packages\scipy\ndimage\filters.py", line 37, in <module>
from . import _nd_image
ImportError: cannot import name '_nd_image'

I'm using windows.

Can anyone help?

Thanks


RE: SCIPY: cannot import name '_nd_image' - SheeppOSU - Apr-26-2019

from scipy import ndimage
ni = ndimage._nd_image