IronPythonのEnthoughtの指示に従って、EnthoughtのNumPy implementationをインストールしました。致命的でないIronPython NumPy例外
すべてがimport numpy
とimport scipy
含めて、動作しているようですが、IronPythonのプログラムでこれらのステートメントを持つことは、次の例外が発生します。
A first chance exception of type 'System.Collections.Generic.KeyNotFoundException' occurred in IronPython.dll
A first chance exception of type 'System.MissingMemberException' occurred in Microsoft.Dynamic.dll
A first chance exception of type 'System.MissingMemberException' occurred in IronPython.dll
A first chance exception of type 'IronPython.Runtime.Exceptions.TypeErrorException' occurred in Snippets.debug.scripting
は、私はこれらの例外をどのように修正すればよいですか?
IronPythonバージョン:2.7.2.1のように見えます。numpyは特定のipyバージョン用に構築されているためです。 –
IronPython 2.7にダウングレードしましたが、同じ例外がスローされ、VS2011で起動に10秒かかります。あまりにも長い。 –