2011-12-15 4 views
8

나는 ActiveState의 파이썬 3.2을 실행하고,이 암호 같은 오류가 점점 오전 :파이썬 NumPy와 MKL 오류

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 
>>> 

다른 사람이 갈 수있는 무엇을 알고 있나요?

답변

5

답변이없는 것 같습니다. 내가 할 수있는 최선의 방법은 현재 검토중인 ActiveState에 the link to my bug report을 제공하는 것입니다.