numpy版本问题
安装完tensorflow之后,执行import tensorflow as tf 出现 AttributeError: module 'numpy' has no attribute 'integer'问题

明明Numpy已经安装了,版本问题
执行pip install -U numpy==1.14.1解决
安装完tensorflow之后,执行import tensorflow as tf 出现 AttributeError: module 'numpy' has no attribute 'integer'问题
明明Numpy已经安装了,版本问题
执行pip install -U numpy==1.14.1解决