-
-
Notifications
You must be signed in to change notification settings - Fork 18.5k
BLD: bring back build_ext warning message cython is missing #2439 #2860
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
Conversation
Still does not give me a warning, here is more details from the build:: running build_ext |
strange.
|
Python 2.6 vs 2.7? From: y-p [mailto:notifications@github.com] strange. λ sudo ./setup.py clean; ./setup.py build_ext --inplace running clean running build_ext Traceback (most recent call last): File "./setup.py", line 720, in
File "/usr/lib/python2.7/distutils/core.py", line 152, in setup
File "/usr/lib/python2.7/distutils/dist.py", line 953, in run_commands
File "/usr/lib/python2.7/distutils/dist.py", line 972, in run_command
File "/usr/lib/python2.7/distutils/command/build_ext.py", line 339, in run
File "./setup.py", line 343, in build_extensions
File "./setup.py", line 340, in check_cython_extensions
Exception: Cython-generated file 'pandas/index.c' not found.
— |
nope.
|
BLD: bring back build_ext warning message cython is missing #2439
merged. |
#2439