vimeo / vimeo.py

Official Python library for the Vimeo API.
https://developer.vimeo.com
Apache License 2.0
209 stars 84 forks source link

pyvimeo 1.0.6 has requirement tuspy==0.2.1 #131

Closed amrutadotorg closed 6 years ago

amrutadotorg commented 6 years ago

Hi, I'm getting

pyvimeo 1.0.6 has requirement tuspy==0.2.1, but you'll have tuspy 0.2.3 which is incompatible.

is it safe to upgrade tuspy?

thank you

amrutadotorg commented 6 years ago

it looks it is not safe, I'm getting 'exceptions.UnicodeDecodeError' object has no attribute 'status_code'

can you make pyvimeo compatibile with tuspy>0.2.1 ?

erunion commented 6 years ago

Sure, we'll update it to support that.

erunion commented 6 years ago

PyVimeo 1.0.7 now allows tuspy>=0.2.1. Let us know if you're still having trouble.

erunion commented 6 years ago

We've unfortunately had to downgrade tuspy back to 0.2.1 because 0.2.2 has some incompatible changes on Python 2.7.x.

See https://github.com/vimeo/vimeo.py/pull/136 for more details.