10

我正在运行 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
>>>

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

4

1 回答 1

6

对此似乎没有答案。我能做的最好的就是将我的错误报告的链接提供给现在正在调查的 ActiveState。

于 2012-01-16T21:01:59.040 回答