Search Criteria
Package Details: vitables 3.0.2-2
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: | http://vitables.org |
Licenses: | |
Submitter: | tdy |
Maintainer: | loathingkernel |
Last Packager: | loathingkernel |
Votes: | 4 |
Popularity: | 0.000000 |
First Submitted: | 2017-02-01 15:37 |
Last Updated: | 2020-10-30 19:21 |
Latest Comments
sil_van commented on 2020-10-23 09:42
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
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
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
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.