Skip to content

Include .c files in repo. #1805

@twiecki

Description

@twiecki

pip install git+https://github.com/pydata/pandas.git

does currently not work because the .pyx files are not being cythonized (not sure why). An easy fix is to include .c files in the git repo which should make it easier for people to deploy.

I used a simple try: import cython in setup.py that cythonizes if cython is installed and uses the .c files otherwise:

https://github.com/hddm-devs/hddm/blob/develop/setup.py#L4

Metadata

Metadata

Assignees

No one assigned

    Labels

    BuildLibrary building on various platforms

    Type

    No type

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions