Status: New
Owner: ----
Labels: Type-Defect Priority-Medium

New issue 3173 by bhaavanm...@gmail.com: Compile issue: Generators are not supported
http://code.google.com/p/sympy/issues/detail?id=3173

I just downloaded the code through git, and ran python build.py.
I got the following error:

Compiling module sympy.polys.densebasic ...

Error compiling Cython file:
------------------------------------------------------------
...
    """
    if not u:
        return tuple(f)
    v = u - 1

    return tuple(dmp_to_tuple(c, v) for c in f)
                            ^
------------------------------------------------------------

sympy/polys/densebasic.py:466:29: Generators are not supported
Traceback (most recent call last):
  File "build.py", line 34, in <module>
    raise RuntimeError("failed to compile %s" % module)
RuntimeError: failed to compile sympy.polys.densebasic


My system is ubuntu based currently, with python 2.7.2+ and Cython 0.14.1-6 installed natively from the software repository.

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

Reply via email to