Skip to content

setup.py #58

Closed
Closed
@ivanistheone

Description

@ivanistheone

sudo python setup.py -v build # fails on Mac OS 10.6 or something

can't convert the .pyx files to .c
hard linking pandas/src/skiplist.pyx -> pandas-0.4.0.dev20110715_027c90b/pandas/src
'pandas/src/sparse.c' not a regular file -- skipping
hard linking pandas/src/sparse.pyx -> pandas-0.4.0.dev20110715_027c90b/pandas/src
'pandas/src/tseries.c' not a regular file -- skipping

changing the setup.py as follows:
@line10

  • from setuptools import setup
  • from scipy_distutils.core import setup

makes it work.

thx Pearu: http://osdir.com/ml/python.f2py.user/2003-11/msg00008.html

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions