No module named 'dataikuapi'
afostor
Registered Posts: 6 ✭✭✭✭
Hi,
I installed dataiku package as recommended:
pip install https://DSS_HOST:DSS_PORT/public/packages/dataiku-internal-client.tar.gz
But, when I try to use the library. This error is shown:
ModuleNotFoundError: No module named 'dataikuapi'
I tried uninstalling and installing again but the error persists.
What can I do?
Operating system used: Windows
Best Answer
-
FInally I could solve this by installing dataiku-api-client.
pip install dataiku-api-client