Package Details: vitables 3.0.3-1

Git Clone URL: https://aur.archlinux.org/vitables.git (read-only, click to copy)
Package Base: vitables
Description: A GUI browser and editor for PyTables/HDF5 files
Upstream URL: https://vitables.org
Licenses: GPL3
Submitter: tdy
Maintainer: loathingkernel
Last Packager: loathingkernel
Votes: 4
Popularity: 0.000000
First Submitted: 2017-02-01 15:37 (UTC)
Last Updated: 2023-08-20 08:23 (UTC)

Latest Comments

loathingkernel commented on 2022-01-22 11:48 (UTC)

@capitalaslash Thanks, added the patch.

capitalaslash commented on 2022-01-18 17:07 (UTC)

Does not work with python 3.10, I had to include a small patch, see

https://github.com/capitalaslash/vitables-aur

sil_van commented on 2020-10-23 09:42 (UTC)

Alternatively, lines 33-34 in PKGBUILD can be commented out, as pyqt5 is installed as a requirement anyway

sankayop commented on 2020-09-29 13:07 (UTC)

FYI, In vitables/src/ViTables-3.0.2/setup.py, line 34-35 has to be commented (install_required.append() requires an argument). Then, the installation is working.

mchwalisz commented on 2018-03-26 15:55 (UTC)

I have updates it to v3.0.0. Feel free to update this package from https://github.com/mchwalisz/vitables_aur

leepesjee commented on 2017-05-08 23:15 (UTC)

The current vitables does not work well with the newest pytables: Traceback (most recent call last): File "/usr/lib/python2.7/site-packages/vitables/h5db/dbDoc.py", line 115, in openH5File h5file = tables.openFile(self.filepath, self.mode) AttributeError: 'module' object has no attribute 'openFile' The issue hs been fixed in the git version, see: https://github.com/uvemas/ViTables/issues/54 I adapted your PKGBUILD to a git version, which appears to work. I can upload this to AUR, however, it might be useful if both the normal and git packages have the same maintainer. So, if your interested i can sent you my PKGBUILD.