문제

i'm trying to use Scipy in my IronPython project, It's said that SciPy packages make use of Cpython's stack frame inspection capabilities and by default these are not enabled in IronPython, so we have to use

ipy -X:Frames -c "import scipy"

in command prompt, or in the Visual Studio we have to go to

tools/options/python tools/interactive windows/

and in the interpreter options type "-X:Frames "

but in the Visual Studio i always get the error "assertion failed" (i put the link of the images in below), which forces VS to be closed

http://tinypic.com/r/287i5c1/6

Any suggestion? thanks in advance

올바른 솔루션이 없습니다

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top