Sign up to take part
Registered users can ask their own questions, contribute to discussions, and be part of the Community!
Added on March 29, 2022 10:53AM
Likes: 0
Replies: 2
AttributeError: module 'dataikuapi' has no attribute 'DSSClient'
using the above code im trying to simply test connecting to DSS instance from python.
Python is on my local PC and DSS is on AWS.
Installed libraries dataiku-internal-client.tar.gz and dataiku-api-client.
However get error
import dataikuapi host = "https://hereisurl" apiKey = "hereiskey" client = dataikuapi.DSSClient(host, apiKey)
Gone through all guides and cant fathom out what im doing wrong!
TIA
found the problem. Installed libs as root and logged on as another user.