numpy - python numpy MKL 错误

标签 numpy compiler-errors python-3.x activestate

我正在运行 ActiveState Python 3.2,并收到此神秘错误:

D:\code>python
ActivePython 3.2.1.2 (ActiveState Software Inc.) based on
Python 3.2.1 (default, Jul 18 2011, 14:31:09) [MSC v.1500 64 bit (AMD64)] on win32
Type "help", "copyright", "credits" or "license" for more information.
>>> import numpy as np
>>> x = np.array([[1, 1], [2, 1], [3, 1]])
>>> y = np.array([3, 4, 5])
>>> be = np.linalg.lstsq(x,y)

MKL ERROR: Parameter 5 was incorrect on entry to DGELSD

MKL ERROR: Parameter 5 was incorrect on entry to DGELSD
>>>

有谁知道可能会发生什么?

最佳答案

对此似乎没有答案。我能做的就是提供 the link to my bug report到现在正在调查的 ActiveState。

关于numpy - python numpy MKL 错误,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/8526474/

相关文章:

python - 为什么 numpy 列表访问比 vanilla python 慢?

python - Numpy:使用无限范围的垃圾箱

python - 增长 numpy 数值数组的最快方法

php - 创建work_on表时出现语法错误

python - numba/npyufunc/omppool.cpp :5:10: fatal error: 'omp.h' file not found

python - numpy 从数组中获取掩码

angular - 更好地了解 Angular 误差

android - 为什么 jackOptions 在 Android Studio 2.2 Preview 1 中不起作用?

python - 将数据导出到 Excel 时出现 Pandas 错误

python - 如何在 Pandas 数据帧上应用具有模式的 bool 过滤器?