-
Notifications
You must be signed in to change notification settings - Fork 9
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
TypeError: the JSON object must be str, not 'bytes' #44
Comments
This seems to be just be lacking support for python 3.x. I am running into same issue and will look at making a pull-request for this, as I'd like to use py3. |
Ah thanks @hozn I have not had time to look into this (I have not yet switched over to 3 so I was going to use this ticket to finally do it but I'd really appreciate all help to make sure @femtotrader is not stuck on this for long and won't have to wait for me to move to 3) |
Well, the fix was a one-liner, and actually was incorporated in ae7e740 (see linked commit above). |
If I'm not mistaken this has now been fixed thanks to @hozn and published in version 0.5.4. @femtotrader could you check if this now works for you? |
Thanks it's working fine now with Python 3.4.3 You might also fix print statements in doc https://github.com/trickvi/datapackage/blob/master/docs/index.rst
to
|
As the one responsible for the python 3 port, I'm glad to see it was such a small thing. Thanks |
Hello,
I'm just trying your datapackage library and get
I'm using Anaconda Python 3
Any idea ?
Kind regards
The text was updated successfully, but these errors were encountered: