I have used Scipy for some time. This is the first time I am using it for Signal processing! But when I import modules like
from scipy import signal from sci
I installed numpy-MKL from here for Python 3.5.1, but it didn't solve the problem until I added the folder C:\Program Files\Python35\Lib\site-packages\numpy\core to system path.