'module'对象没有属性'iirnotch'

时间:2017-05-16 23:35:02

标签: python numpy

'module'对象没有属性'iirnotch' 我安装了最新的scipy 0.19,但是这条消息似乎是scipy文档说他们添加了这个功能 https://docs.scipy.org/doc/scipy/reference/generated/scipy.signal.iirnotch.html

async function doSomething () {
  try {  
    const fileCheck = await fileExists(path)

    if (fileCheck) {
      const buffer = await readFile(path)
      await updateDatabase(buffer)
      // Whatever else you want to do
    }
  } catch (err) {
    // handle any rejected Promises here.
  }
}

1 个答案:

答案 0 :(得分:0)

你的scipy的版本应该是0.19.1。如果没有,请尝试升级scipy和numpy。