You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi, when I import vimeo I get the following error:
Traceback (most recent call last):
File "<string>", line 1, in <module>
File "/home/user/.local/lib/python2.7/site-packages/vimeo/__init__.py", line 8, in <module>
from .client import VimeoClient
File "/home/user/.local/lib/python2.7/site-packages/vimeo/client.py", line 11, in <module>
from .upload import UploadMixin
File "/home/user/.local/lib/python2.7/site-packages/vimeo/upload.py", line 9, in <module>
from . import exceptions
ImportError: cannot import name exceptions
Im using Python 2.7
any Idea why is that happening?
thanks in advance!
The text was updated successfully, but these errors were encountered:
Hi, when I import vimeo I get the following error:
Im using Python 2.7
any Idea why is that happening?
thanks in advance!
The text was updated successfully, but these errors were encountered: