devrel
devrel copied to clipboard
DataCollabLab HyperLeaup import error
%python
from hyperleaup import HyperFile
throws : ModuleNotFoundError: No module named 'hyperleaup'
This is after successfully pip installing tableauhyperapi and tableauserverclient.
%sh
/databricks/python3/bin/pip install --upgrade pip;
/databricks/python3/bin/pip install tableauhyperapi;
/databricks/python3/bin/pip install tableauserverclient;
you need to download the Library from https://github.com/goodwillpunning/hyperleaup and install the egg file on your cluster