DEPS: Bump numpy to 1.13.3 by h-vetinari · Pull Request #25554 · pandas-dev/pandas (original) (raw)
@jreback
I keep running into a weird cython error on the azure-windows-27
job:
running build_ext
pandas._libs.algos: -> [['pandas\\_libs/algos.c']]
Traceback (most recent call last):
File "setup.py", line 751, in <module>
**setuptools_kwargs)
File "C:\Miniconda\lib\site-packages\setuptools\__init__.py", line 143, in setup
return distutils.core.setup(**attrs)
File "C:\Miniconda\lib\distutils\core.py", line 148, in setup
dist.run_commands()
File "C:\Miniconda\lib\distutils\dist.py", line 966, in run_commands
self.run_command(cmd)
File "C:\Miniconda\lib\distutils\dist.py", line 985, in run_command
cmd_obj.run()
File "C:\Miniconda\lib\distutils\command\build_ext.py", line 339, in run
self.build_extensions()
File "setup.py", line 372, in build_extensions
self.check_cython_extensions(self.extensions)
File "setup.py", line 369, in check_cython_extensions
""".format(src=src))
Exception: Cython-generated file 'pandas\_libs/algos.c' not found.
Cython is required to compile pandas from a development branch.
Please install Cython or download a release package of pandas.
Bumping cython didn't help (resp. then the 3.5 jobs can't satisfy min). How about we drop the PY2 CI (#24942) first before bumping numpy?