【发布时间】:2019-01-17 00:09:45
【问题描述】:
我已经安装了 tensorflow,在调用它时我收到了一些与 numpy.xml 相关的错误消息。 最后一个,我无法修复的是:
AttributeError: module 'numpy' has no attribute 'core'
我在导入 tensorflow 或导入 numpy 时收到此消息。
我已尝试通过以下方式更新 Anaconda Prompt 中的 numpy:
(base) C:\Users\Paisa>pip install --upgrade numpy
在enter link description here提出的,我得到了以下信息:
> Requirement already up-to-date: numpy in c:\users\paisa\anaconda3\lib\site-packages (1.16.0)
如果能帮助解决这个问题,我将不胜感激
【问题讨论】:
标签: python numpy tensorflow