Mac:sympy sherjilozair$ git checkout cholesky
Switched to branch 'cholesky'
Mac:sympy sherjilozair$ bin/isympy
Segmentation fault
Mac:sympy sherjilozair$ git diff
Mac:sympy sherjilozair$

I tried it with a non-experimental branch. It still doesn't work. That
means, the sympy code is fine.

>>> import gmpy
>>> int(gmpy.mpz(2**256))
115792089237316195423570985008687907853269984665640564039457584007913129639936L
>>> int(gmpy.mpz(2**512))
13407807929942597099574024998205846127479365820592393377723561443721764030073546976801874298166903427690031858186486050853753882811946569946433649006084096L
>>> import numpy
>>> import scipy
>>> import sympy
Segmentation fault
Mac:sympy sherjilozair$

numpy/scipy/gmpy work fine.

What are Sympy's dependencies ? There seems to be a problem with one
of the dependencies. My guess is Cython, but I don't know much about
Cython.

-- 
You received this message because you are subscribed to the Google Groups 
"sympy" group.
To post to this group, send email to sympy@googlegroups.com.
To unsubscribe from this group, send email to 
sympy+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/sympy?hl=en.

Reply via email to