python numpy MKL错误

python numpy MKL错误,numpy,compiler-errors,python-3.x,activestate,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" fo

我运行的是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
>>>

有人知道会发生什么吗?

似乎没有答案。我所能做的最好的事情就是提供给ActiveState,目前正在对其进行调查。

很抱歉,ActiveState网站的整个bug部分似乎都消失了。我搜索了他们是否将问题转移到了其他地方,但什么也没找到。如果您在较新版本的ActiveState python上收到这个错误消息,您可能需要创建一个新的错误报告。到目前为止,整个堆栈发生了很大变化,因此即使参数5也可能不再是2012年的参数。