admin管理员组

文章数量:1550400

使用jupyter notbook引入pandas 时报错,之前不会报错

/Users/opt/anaconda3/lib/python3.7/importlib/_bootstrap.py:219: RuntimeWarning: numpy.ufunc size changed, may indicate binary incompatibility. Expected 192 from C header, got 216 from PyObject
  return f(*args, **kwds)

解决办法,重新安装numpy包

pip install -U numpy -i https://pypi.tuna.tsinghua.edu/simple/

本文标签: 时报RuntimeWarningpandasjupyternotbook