devrel icon indicating copy to clipboard operation
devrel copied to clipboard

DataCollabLab HyperLeaup import error

Open notcoyotee opened this issue 5 years ago • 1 comments

%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;

notcoyotee avatar Nov 09 '20 22:11 notcoyotee

you need to download the Library from https://github.com/goodwillpunning/hyperleaup and install the egg file on your cluster

AymanAlneser avatar Nov 12 '20 17:11 AymanAlneser