Status: Valid
Owner: ----
Labels: Type-Defect Priority-Medium Milestone-Release0.7.3

New issue 3734 by [email protected]: SymPy thinks that gmpy 2.0.0 is too old
http://code.google.com/p/sympy/issues/detail?id=3734

/Users/aaronmeurer/Documents/Python/sympy/sympy-scratch/sympy/external/importtools.py:156: UserWarning: gmpy2 version is too old to use (2.0.0b4 or newer required)
  UserWarning)
IPython console for SymPy 0.7.2-git (Python 2.7.3-64-bit) (ground types: gmpy)

These commands were executed:
from __future__ import division
from sympy import *
x, y, z, t = symbols('x y z t')
k, m, n = symbols('k m n', integer=True)
f, g, h = symbols('f g h', cls=Function)

Documentation can be found at http://www.sympy.org

In [1]: import gmpy2

In [2]: gmpy2.version()
Out[2]: 2.0.0


--
You received this message because this project is configured to send all issue notifications to this address.
You may adjust your notification preferences at:
https://code.google.com/hosting/settings

--
You received this message because you are subscribed to the Google Groups 
"sympy-issues" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
Visit this group at http://groups.google.com/group/sympy-issues?hl=en.
For more options, visit https://groups.google.com/groups/opt_out.


Reply via email to