2011-12-15 2 views
8

Я бегу ActiveState Python 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

На это, похоже, нет ответа. Лучшее, что я могу сделать, это предоставить the link to my bug report ActiveState, который сейчас изучается.

Смежные вопросы