I ran into an issue this morning with attempting to reblog posts and adding comments and tags to them. Turned out this was due to an outdated version of pytumblr in pypy that pip is installing (pytumblr 0.0.5). Removing it and reinstalling directly from the git repo (pip install git+https://github.com/tumblr/pytumblr.git) corrected it, but I'm sure others may be running into this issue as well.
I was getting especially confused because looking at the code on the Github repo made it look like it should be working but wasn't.
If updating the version in pypy isn't possible at this time maybe a note could be added to the README to let people know to install directly from git?
Hey guys,
I ran into an issue this morning with attempting to reblog posts and adding comments and tags to them. Turned out this was due to an outdated version of pytumblr in pypy that pip is installing (pytumblr 0.0.5). Removing it and reinstalling directly from the git repo (pip install git+https://github.com/tumblr/pytumblr.git) corrected it, but I'm sure others may be running into this issue as well.
I was getting especially confused because looking at the code on the Github repo made it look like it should be working but wasn't.
If updating the version in pypy isn't possible at this time maybe a note could be added to the README to let people know to install directly from git?
Thanks!