After upgrading to pytables-3.3, vitables no longer works with the following message. $ vitables Creating the Query results file... Traceback (most recent call last): File "/fefs/disk/usr100/gentoo/usr/lib64/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' Please, if you think it is a bug, report it to developers. File creation failed due to unknown reasons! Please, have a look to the last error displayed in the logger. If you think it's a bug, please report it to developers.
It is pytables 2 to 3 API change. http://www.pytables.org/MIGRATING_TO_3.x.html
The bug has been closed via the following commit(s): https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0aff41e2c1a8c902230e51e8ac3f48a6d854cdb1 commit 0aff41e2c1a8c902230e51e8ac3f48a6d854cdb1 Author: Benda Xu <heroxbd@gentoo.org> AuthorDate: 2017-09-16 07:22:22 +0000 Commit: Benda Xu <heroxbd@gentoo.org> CommitDate: 2017-09-16 07:31:46 +0000 sci-misc/vitables: version bump. Drop USE=doc because vitables bundles documentation in its own help system. Drop USE=examples because it does not distribute examples in the tarball. Closes: https://bugs.gentoo.org/610636 Package-Manager: Portage-2.3.3, Repoman-2.3.1 sci-misc/vitables/Manifest | 1 + sci-misc/vitables/vitables-3.0.0.ebuild | 36 +++++++++++++++++++++++++++++++++ 2 files changed, 37 insertions(+)