Hi everybody,

I am trying to install the latest developmental version of Scipy, for that i did:

>>> git clone https://github.com/scipy/scipy.git Scipy

when I enter in the Scipy folder and type
>>> python setup.py build,

I found the following error:

Exception: Cython failed
Traceback (most recent call last):
  File "setup.py", line 229, in <module>
    setup_package()
  File "setup.py", line 222, in setup_package
    generate_cython()
  File "setup.py", line 159, in generate_cython
    raise RuntimeError("Running cythonize failed!")
RuntimeError: Running cythonize failed!


My cython version is:
>>> cython --version 0.19

Any ideas?

Thanks in advance


--
Jose Guzman
http://www.ist.ac.at/~jguzman/

--
You received this message because you are subscribed to the Google Groups 
"SciPy-user" 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/scipy-user?hl=en.
For more options, visit https://groups.google.com/groups/opt_out.


Reply via email to