Python Forum
SCIPY: cannot import name '_nd_image'
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
SCIPY: cannot import name '_nd_image'
#1
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
Reply
#2
from scipy import ndimage
ni = ndimage._nd_image
Reply


Possibly Related Threads…
Thread Author Replies Views Last Post
  ModuleNotFoundError: No module named 'scipy.optimize'; 'scipy' is not a package AaronKR 1 10,093 Jul-09-2020, 02:36 AM
Last Post: bowlofred
  cannot import scipy.optimize.Bounds larkypython 2 7,122 May-05-2019, 04:09 AM
Last Post: larkypython

Forum Jump:

User Panel Messages

Announcements
Announcement #1 8/1/2020
Announcement #2 8/2/2020
Announcement #3 8/6/2020