Skip to content

pip install error - cython required to install from tarball? #5965

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
jdu opened this issue Jan 16, 2014 · 1 comment
Closed

pip install error - cython required to install from tarball? #5965

jdu opened this issue Jan 16, 2014 · 1 comment
Labels
Build Library building on various platforms
Milestone

Comments

@jdu
Copy link

jdu commented Jan 16, 2014

0.16 install from pip on ubuntu 12.04 LTS 64 bit edition currently throws an error:

Exception: Cython-generated file 'pandas/msgpack.c' not found.
Cython is required to compile pandas from a development branch.
Please install Cython or download a release package of pandas.

I did not specify a dev branch install from pip, simply ran

sudo pip install pandas and it produced the above error, python-dev and build-essential are installed, available and the latest updates on ubuntu 12.04 64

@ghost
Copy link

ghost commented Jan 16, 2014

Thanks for reporting this, it has already been fixed (#5844) and will be part of the
next 0.13.1 release. I've uploaded a corrected tarball to github releases, so you can immediately:

pip install https://github.com/pydata/pandas/releases/download/v0.13.0/pandas-0.13.0.tar.gz

I'll send the word out to get the fixed version uploaded to pypi as well, that might
take a few days though.

In the future, it would be a great help if you pitch in and test the RC release when we
announce it and help us catch these problems earlier. Thanks.

This issue was closed.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Build Library building on various platforms
Projects
None yet
Development

No branches or pull requests

1 participant