Skip to content

Cannot compile with Cython 0.17 (using clang on Mac OS 10.8) but ok with Cython 0.16 #102

Closed
@rwest

Description

@rwest

We couldn't get RMG-Py to compile on a new Mac running MacOS X 10.8 with clang as the c compiler (as used by numpy, and a homebrew-installed python), but it was working fine on an older mac with the same operating system version, compiler etc. Turns out I hadn't updated Cython on the older computer and it was still on Cython 0.16. Once we downgraded the new computer from Cython 0.17 to Cython 0.16, it worked fine.
Is this a known problem with cython?
Is it unique to clang and/or MacOS?
Should we update the requirements.txt file to specify cython==0.16 ?

Anyway, for anyone running into this problem in the mean time, try:

$ pip uninstall cython
$ pip install cython==0.16
$ make clean
$ make

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions