You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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:
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 64The text was updated successfully, but these errors were encountered: