You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It is failing to install tables on Windows due to missing a hdf5 install:
.. ERROR:: Could not find a local HDF5 installation headers (hdrdir=None) and/or libdir (libdir=False).
You may need to explicitly state where your local HDF5 headers and
library can be found by setting the ``HDF5_DIR`` environment
variable or by using the ``--hdf5`` command-line option.
The text was updated successfully, but these errors were encountered:
Is there any roadmap for Python 3.13 support?
I ran some quick experiments on my side and it would require some package updates (python-calamine, tables, scipy).
It seems like building for 3.13 on Windows is causing issue, open to feedback.
https://github.com/loicdiridollou/pandas-stubs/actions/runs/11981847576/job/33408829249
It is failing to install
tables
on Windows due to missing a hdf5 install:The text was updated successfully, but these errors were encountered: