Pandas安装 - 导入多阵列numpy扩展

时间:2018-06-07 16:00:28

标签: python pandas numpy

我尝试使用pip3安装pandas,但安装失败。我错误地建议重新安装numpy,但它没有帮助。谷歌搜索无法为我找到解决方案。

我已安装:

  • Python 3.6.5-1
  • numpy 1.14.4

我正在使用" pip3安装pandas",并且它正在尝试安装pandas 0.23.0。这是错误:

ImportError:
Importing the multiarray numpy extension module failed.  Most
likely you are trying to import a failed build of numpy.
If you're working with a numpy git repo, try `git clean -xdf` (removes all
files not under version control).  Otherwise reinstall numpy.

Original error was: Could not load module /QOpenSys/pkgs/lib/python3.6/site-packages/numpy/core/multiarray.so.
    The local-exec model was used for thread-local
       storage, but the module is not the main program.
Examine the .loader section header with the 'dump -Hv' command.

0 个答案:

没有答案