No module named 'dataikuapi'

Solved!
afostor
Level 2
No module named 'dataikuapi'

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

0 Kudos
1 Solution
afostor
Level 2
Author

FInally I could solve this by installing dataiku-api-client.

pip install dataiku-api-client

View solution in original post

2 Replies
afostor
Level 2
Author

FInally I could solve this by installing dataiku-api-client.

pip install dataiku-api-client

CoreyS
Dataiker Alumni

Thank you for sharing your solution with the rest of the Community @afostor

Looking for more resources to help you use Dataiku effectively and upskill your knowledge? Check out these great resources: Dataiku Academy | Documentation | Knowledge Base

A reply answered your question? Mark as โ€˜Accepted Solutionโ€™ to help others like you!
0 Kudos