-
-
Notifications
You must be signed in to change notification settings - Fork 18.5k
pip install pandas fails on Mageia #1955
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
Comments
That's weird. What does
print out? (and what files are in that include directory?) |
Agree, very strange.
There is no 'include' directory??? |
Looks like 'core/include' is included in the 'python-numpy-devel' package on Mageia. Next error message...
|
Also weird. Can you paste the full console output including the compiler commands? |
|
OK, it looks like your platform requires an explicit linking to the math library ( |
Great. Thanks. In the meantime, I'll submit a request to add 'python-pandas?' to the Mageia repositories. |
master revision should build now (added math library to link) |
Version 0.9.0 Release Candidate 2 * tag 'v0.9.0rc2': DOC: release notes, bump to RC2 DOC: missed a few for release notes 0.9 DOC: add a few more notes on bug fixes in release.rst BUG: repr fix for all-NA index level. close pandas-dev#1971 BLD: don't link against math library on windows TST: kludge around test failure on win64 python 3.2.2 BLD: link against math library explicitly. close pandas-dev#1955 DOC: Add line about resetting to default index DOC: Adding details on normalization for variance functions. DOC: Specify default merge behavior for on = None BUG: PeriodIndex slicing by datetime fails when either end out-of-bounds pandas-dev#1977 BUG: read_table unicode bug pandas-dev#1975 BUG: BlockManager.iget fails with non-unique MultiIndex pandas-dev#1970 Better error message for DataFrame.apply if axis is not 0 or 1 TST: fix up tzlocal test cases DOC: add level option in Series.reset_index to release notes ENH: level parameter for Series.reset_index
Still not working with version below.
|
Thanks-- missed the math.h usage in the sparse extension. Will fix Sent from my mobile device On Sep 27, 2012, at 7:26 PM, bobl2424 [email protected] wrote: Still not working with version below. [bob@darkstar pandas-0.9.0rc2]$ sudo python setup.py install � |
I added another library link. Could you let me know if this fixes the issue? Unfortunately I don't have a platform to test on where this is needed |
Thanks! All seems well. Except that this statement from http://pandas.pydata.org/getpandas.html does not seem true:
Anyways, I cloned the read-only git version. It installed successfully. |
Thanks. The dev builds have been disabled for the last couple of months, need to update the website |
As title says, I get an error trying to pip install pandas on Mageia. Unfortunately, there is no pre-built pandas package in the Mageia repositories. Don't know if I should post the issue here with pandas or if it is Mageia related. The error is:
I have the necessary pandas dependencies, as shown in the pip.log:
Thanks,
Bob
The text was updated successfully, but these errors were encountered: