インストールして入力してscipy
インストールをテストしようとしていますnose
import scipy
scipy.test('1','10')
約200のエラーが発生しますが、より一般的なものの1つは次のとおりです。
.... No module named msvccompiler in numpy.distutils; trying from distutils
Missing compiler_cxx fix for MSVCCompiler
MS Virtual Studio 2009
インストールしました(Python 2.7に必要)
誰かが私がそのエラーを排除するのを手伝ってくれるか、私ができない理由を教えてもらえますか?
ありがとう