I have a dataframe that I want to save in the appendable format to a hdf5 file. The dataframe looks like this: And the code that replicates the issue is: Unfortunately, it returns this error: I am aware that I can save each value in a separate column. This does not help my extended use case, as there might be
Tag: pytables
“[lib] requires [dep], which is not installed” when running PR tests on conda-forge feedstock, despite explicit call in grayskull-generated meta.yaml
I’m trying to upgrade the conda-forge version of xagg to the latest version (v0.3.0). The built-in Azure Pipelines tests that run when I set up a PR of the feedstock into the conda-forge repository however fail, with the error: (the full log is here) The odd thing is that pytables is explicitly mentioned in the meta.yaml (which was generated through
Cant install PyTables at windows
I try to install the PyTables module. I use Windows 7 (x32), Python 2.7.3 (x32), Cython 0.16, Visual Studio 2008 (9.0). At cmd.exe ‘run as administrator’ write: ‘python setup.py install –hdf5=”C:Program FilesHDF GroupHDF51.8.9″‘. But there are unresolved external symbols and build failed: Answer Installing Python packages with C extensions from source on Windows is difficult. Luckily, there are people who
Pytables 2.3.1 with Python 2.5 on Windows: Error – could not find a local hdf5 installation
I’m trying to install PyTables 2.3.1 on Windows XP with Python 2.5. I’m getting the following error: I’m a bit confused by the installation of the HDF5 library. I downloaded the Windows binary called HDF5188-win32-shared.zip from the HDF5 site and ran the .exe file in the zip archive. I now have what looks like an installation of the HDF5 library