vimeo / vimeo.py

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

hi used pyvimeo previously its working fine but now its give me the error "Module 'vimeo' has no attribute 'vimeoclient'" #156

Open kartikdani opened 4 years ago

kartikdani commented 4 years ago

Module 'vimeo' has no attribute 'vimeoclient'

version: PyVimeo==1.0.11 Python 3.7.7

fisherinnovation commented 4 years ago

Can you please retest with the latest version? https://pypi.org/project/PyVimeo/#history

mgkyawzayya commented 3 years ago

Still error. PyVimeo=1.1.0 urllib3 1.26.2 chardet 3.0.4 requests 2.25.0 tuspy 0.2.4

frederickjh commented 3 years ago

pip3 uninstall PyVimeo followed by pip3 install PyVimeo fixed this issue for me. Using PyVimeo 1.1.0

div927 commented 2 years ago

Any solution?, because still facing this issue