本文介绍了python numpy MKL ERROR的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

限时删除!!

我正在运行ActiveState Python 3.2,并得到这个神秘的错误:

I am running ActiveState Python 3.2, and getting this cryptic error:

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

有人知道可能发生什么吗?

Does anyone know what might be going on?

推荐答案

似乎没有答案。我能做的最好的就是提供到ActiveState,这是现在正在调查。

There seems to be no answer to that. The best I can do is provide the link to my bug report to ActiveState which is now being looked into.

这篇关于python numpy MKL ERROR的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!

1403页,肝出来的..

09-06 11:27