AttributeError: module 'scipy.interpolate' has no attribute 'interpld'
时间: 2023-11-17 22:04:45 浏览: 268
无需降级scipy的情况下解决AttributeError: module ‘scipy.misc’ has no attribute ‘imread’,imresize,imsave等问题
您提供的引用中出现了两个不同的错误,第一个错误是关于Scipy库中的interpnd模块的,第二个错误是关于TensorFlow库中的contrib模块的。针对您的问题,我将回答第一个错误。
根据您提供的引用,出现了AttributeError: module 'scipy.interpolate' has no attribute 'interpld'的错误。这个错误是因为Scipy库中没有interpld模块,而您的代码中却调用了这个模块。可能是您的代码中有拼写错误或者版本不兼容等问题导致的。
解决这个问题的方法是,首先检查您的代码中是否有拼写错误,确保正确调用了Scipy库中的interpnd模块。如果代码没有问题,那么可能是Scipy库的版本不兼容导致的。您可以尝试更新Scipy库或者降低代码中对Scipy库的版本要求。
阅读全文