I see someone else posted about an issue with ViTables so I thought I'd have a go to.
I've installed it on my Mac (High Sierra OS). I initially tried to install the latest from github but ended up installing that and doing a straight wheel install. As far as I can tell all the dependencies (QtPy5, etc) were installed along with it.
[thoth-5:~] colin% vitables
/Library/Frameworks/Python.framework/Versions/3.5/lib/python3.5/site-packages/qtpy/__init__.py:211: RuntimeWarning: Selected binding "pyqt5" could not be found, using "pyside2"
'using "{}"'.format(initial_api, API), RuntimeWarning)
Traceback (most recent call last):
File "/Library/Frameworks/Python.framework/Versions/3.5/bin/vitables", line 7, in <module>
from vitables.start import gui
File "/Library/Frameworks/Python.framework/Versions/3.5/lib/python3.5/site-packages/vitables/start.py", line 38, in <module>
from vitables.vtapp import VTApp
File "/Library/Frameworks/Python.framework/Versions/3.5/lib/python3.5/site-packages/vitables/vtapp.py", line 38, in <module>
import vitables.utils
File "/Library/Frameworks/Python.framework/Versions/3.5/lib/python3.5/site-packages/vitables/utils.py", line 42, in <module>
import vitables.vtwidgets.renamedlg as renamedlg
File "/Library/Frameworks/Python.framework/Versions/3.5/lib/python3.5/site-packages/vitables/vtwidgets/renamedlg.py", line 54, in <module>
from qtpy.uic import loadUiType
ImportError: cannot import name 'loadUiType'
I'm a bit baffled at this point.