piwheels / packages

Issue tracker for piwheels package issues
https://github.com/piwheels/packages/issues
20 stars 5 forks source link

Missing package: pandas #326

Closed matthiasvop closed 1 year ago

matthiasvop commented 1 year ago

Package name

pandas

Package version

1.5.0

PyPI URL

https://pypi.org/project/pandas/

piwheels URL

https://www.piwheels.org/project/pandas/

Python version

I am the maintainer

More information

Latest pandas builds seem to be failing with a odd error: ERROR: No matching distribution found for pandas==1.5.0.

https://pypi.org/project/pandas/ clearly has a 1.5.0 version available - so this might be a timing issue, where a simple restart of the build would fix the issue from the logs.

btw, Pandas 1.4.4 seems to also fail building - the last successful build seems to have been for 1.4.3.

bennuttall commented 1 year ago

https://www.piwheels.org/logs/0000/0874/1202.txt

Yeah looks like we attempted to build before the file had reached the pypi CDN

I'll kick it off again

@di anything we can do about this?

di commented 1 year ago

This is https://github.com/pypi/warehouse/issues/12214

ewdurbin commented 1 year ago

@di did you purge this? I'm seeing consistent results through a number of CDN POPs

di commented 1 year ago

I did not.

bennuttall commented 1 year ago

@matthiasvop I've kicked it off again but I think it'll fail on the cython version, which I'll need to update on the builders when I get chance.

xmatthias commented 1 year ago

seems like the build for 1.5.0 worked - but now the new version (1.5.1) is broken - most likely with the same "ran too early" problematic ...

@bennuttall maybe you can kick of that one again, too?

bennuttall commented 1 year ago

Done, it's built now :+1: