1

easy_install -U numpy

尝试在 上使用 matplotlib 时Mac OS X 10.7.5,似乎Python总是找到旧版本,而不是我从站点numpy安装的二进制版本。SourceForge

当我尝试:

>>> 从 matplotlib 导入 pyplot

我得到:

RuntimeError:针对 API 版本 6 编译的模块,但这个版本的 numpy 是 4

(以及更多的错误跟踪)

我寻找答案并尝试:

sudo easy_install -U numpy

尽管运行时出现错误,但它在我的情况下对其他人有用。我的错误是:

RuntimeError:损坏的工具链:无法链接简单的 C 程序
/tmp/easy_install-tntLIw/numpy-1.6.2/numpy/distutils/misc_util.py:252:RuntimeWarning:处理绝对导入时找不到父模块'numpy.distutils'

我仍然无法使用matplotlib,Python 仍然报告看到numpy version 1.5.1

安装预先构建的 Python 组合(如 )的各种尝试scipysuperpack产生了相同的结果。

我会很感激一些帮助和建议。

4

0 回答 0