-
Notifications
You must be signed in to change notification settings - Fork 25
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
python3 compatibility #20
Comments
I confirm, on a dataikuapi.dss.dataset.DSSDataset object, iter_rows() fails: Error Traceback (most recent call last) /opt/conda/lib/python3.6/site-packages/dataikuapi/utils.py in iter_rows(self) Error: iterator should return strings, not bytes (did you open the file in text mode?) Config:
|
@FChataigner, did you install the package with pip? |
This was fixed with pull request #33, although it appears it has not reached pypi yet.
|
@bandaangosta, Thank you so much for the solution. It worked for me. However installing the latest version still does not resolve the problem. |
at least iter_rows() on sql_query and dataset fail
The text was updated successfully, but these errors were encountered: