This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author pablogsal
Recipients pablogsal, scoder, serhiy.storchaka, tcaswell, vstinner
Date 2019-06-15.09:28:49
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1560590929.74.0.679231308471.issue37289@roundup.psfhosted.org>
In-reply-to
Content
I tried to compile numpy with python3.8 alpha 4 and Cython master and still fails:

~/github/numpy master ✔
❯ ~/github/cpython/python.exe --version
Python 3.8.0a4

~/github/numpy master ✔
❯ ~/github/cpython/python.exe -m pip freeze
/Users/pgalindo3/.local/lib/python3.8/site-packages/pip/_vendor/html5lib/_trie/_base.py:3: DeprecationWarning: Using or importing the ABCs from 'collections' instead of from 'collections.abc' is deprecated, and in 3.8 it will stop working
  from collections import Mapping
Cython==3.0a0


~/github/numpy master ✔
❯ ~/github/cpython/python.exe -m pip install . --user
       generate_cython()
      File "/private/var/folders/sw/ml9tlhsx7hd7sdqpnlzhrxxh0000gr/T/pip-req-build-vposbe_c/setup.py", line 234, in generate_cython
        raise RuntimeError("Running cythonize failed!")
    RuntimeError: Running cythonize failed!

    ----------------------------------------
Command "/Users/pgalindo3/github/cpython/python.exe -u -c "import setuptools, tokenize;__file__='/private/var/folders/sw/ml9tlhsx7hd7sdqpnlzhrxxh0000gr/T/pip-req-build-vposbe_c/setup.py';f=getattr(tokenize, 'open', open)(__file__);code=f.read().replace('\r\n', '\n');f.close();exec(compile(code, __file__, 'exec'))" install --record /private/var/folders/sw/ml9tlhsx7hd7sdqpnlzhrxxh0000gr/T/pip-record-9l43u38y/install-record.txt --single-version-externally-managed --compile --user --prefix=" failed with error code 1 in /private/var/folders/sw/ml9tlhsx7hd7sdqpnlzhrxxh0000gr/T/pip-req-build-vposbe_c/
History
Date User Action Args
2019-06-15 10:10:46pablogsalunlinkissue37289 messages
2019-06-15 09:28:49pablogsalsetrecipients: + pablogsal, scoder, vstinner, serhiy.storchaka, tcaswell
2019-06-15 09:28:49pablogsalsetmessageid: <1560590929.74.0.679231308471.issue37289@roundup.psfhosted.org>
2019-06-15 09:28:49pablogsallinkissue37289 messages
2019-06-15 09:28:49pablogsalcreate