'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.
}
}
答案 0 :(得分:0)
你的scipy的版本应该是0.19.1。如果没有,请尝试升级scipy和numpy。