The folder Python37\site-packages\scipy\sparse\linalg\isolve\
inside Scipy package in Python has the following file: _iterative.cp37-win_amd64.pyd
.
When I run a Python file, I get the following error :-
File "C:\......\Python37\site-packages\scipy\sparse\linalg\isolve\iterative.py", line 10, in <module>
from . import _iterative
ImportError: DLL load failed: The specified module could not be found
(I am new to Python on Windows)