Python抛出以下错误:
File "C:\Python27\Lib\site-packages\numpy\core\arrayprint.py", line 42
from .umath import absolute, not_equal, isnan, isinf, isfinite, isnat
ImportError: cannot import name isnat
Run Code Online (Sandbox Code Playgroud)
很奇怪,因为我找不到isnat文档。我的numpy版本是1.14.0,这似乎是唯一无法从加载的库.umath。