dataiku / dataiku-api-client-python

Python client for the DSS public API
https://doc.dataiku.com/dss/latest/api/public/
Other
41 stars 25 forks source link

ImportError: No module named 'dssclient' #15

Open GitShaffi opened 7 years ago

GitShaffi commented 7 years ago

getting the below import error

from dssclient import DSSClient ImportError: No module named 'dssclient'

Version: dataiku-api-client==3.1.4

even the previous versions of the client gives the same error.

gkericks commented 7 years ago

Any follow up to this? I get this when using pip3 for python3. I don't get it when using pip and python (python2.7) but I am having problems with ssl certificate checks (on a valid certificate).

cstenac commented 7 years ago

Hi,

We confirm that the package is not currently compatible with Python 3 - We'll try to work on this ASAP.