美文网首页
AttributeError: module 'numpy' h

AttributeError: module 'numpy' h

作者: V_爱一世春秋 | 来源:发表于2019-11-15 16:35 被阅读0次

numpy版本问题

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

明明Numpy已经安装了,版本问题

执行pip install -U numpy==1.14.1解决

相关文章

网友评论

      本文标题:AttributeError: module 'numpy' h

      本文链接:https://www.haomeiwen.com/subject/vilsictx.html