如何修复AttributeError:模块'numpy'没有属性'square'

时间:2018-01-12 22:58:41

标签: python python-3.x numpy keras attributeerror

我已将numpy更新为1.14.0。我使用Windows 10.我试图运行我的代码,我收到了这个错误:

  

AttributeError:module'numpy'没有属性'square'

以下是我的导入:

%matplotlib inline
import matplotlib.pyplot as plt
import tensorflow as tf
import numpy as np
from sklearn.metrics import confusion_matrix
import math

1 个答案:

答案 0 :(得分:4)

我删除了numpy.py然后更新了我的numpy并且它工作了!