-
-
Notifications
You must be signed in to change notification settings - Fork 18.4k
Building the library fails : ''pandas/index.c: No such file or directory" #2439
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
Commit hash is 67ef67f |
What Cython version are you using? |
I'm not using Cython |
You have to use Cython to build pandas development version from github. |
Ok ... that would be nice to have somehow this info in here : http://pandas.pydata.org/developers.html |
IMO, it's pretty clear where it is under the installation instructions. Those are just instructions to build the library inplace so you can run the test suite not installation instructions. |
The setup.py is supposed to have a better error message-- I did a lot of refactoring of the extensions recently so must have broken that part of the build file somehow. |
Now I installed all the stuff, followed the instructions, but tests fail. |
Which tests are failing? On Dec 6, 2012, at 11:11 AM, sebpiq [email protected] wrote:
|
Arr ... no no. My bad again. I should think before asking :) Sorry. However, many tests are skipped. |
it seems that the informative error message has disappeared again, I just landed here googling my build error of:
and installing cython fixed things |
can you try out #2860? |
It still doesn't show any error message about missing cython. Also left me buzzing around the web for some time, searching for the answer. Mentioning it explicitely in these two documents would help: http://pandas.pydata.org/developers.html#testing Also, maybe there's some way to add a dependency on cpython when issuing |
@Kermit666 , does "it" mean you've tried #2860 and it doesn't fix the problem for you? |
Could it be a virtualenv screwing things up? I noticed that if I try to install pandas from source, but I have cython installed system-wide, and I'm running from a virtualenv, I get the behavior @Kermit666 mentions. The fix is to create your virtualenv with the |
Tried running in a fresh virtualenv with system-wide cython. With #2860 I get the proper |
@y-p I haven't tried that branch, just the master (thought that it was merged by now as a month passed and I didn't notice the "open" note (still adjusting to GitHub)). Anyway, glad to hear it's fixed by now. Hopefully it will get merged soon. @josephdunn - I didn't have cython installed anywhere. The only problem was that I didn't know it was a dependency since it wasn't mentioned in the guides linked in my last comment. |
I believe you link to this page, and its clearly mentioned in order to build dev libraries but suppose could be mentioned on developer pages |
BLD: bring back build_ext warning message cython is missing #2439
Merged into master. should be fixed. |
OK, great. Concerning the docs, I linked to different pages:
They are the first thing I would open when I want to hack on someone's code
|
This is how I would hint it in the README file: |
@Kermit666, could you verify that the fix in master works for you? there was a report saying |
Yes, the fix works for me too now:
On Sun, Mar 17, 2013 at 12:25 AM, y-p [email protected] wrote:
|
@metakermit |
I just forked and cloned the master branch (last commit from 6th December), and building fails with the following error :
Any idea ?
The text was updated successfully, but these errors were encountered: