Skip to content
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

unable to import module #154

Open
madcodingrocks opened this issue Mar 2, 2020 · 2 comments
Open

unable to import module #154

madcodingrocks opened this issue Mar 2, 2020 · 2 comments

Comments

@madcodingrocks
Copy link

madcodingrocks commented Mar 2, 2020

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!

@jaylinski
Copy link
Contributor

Does this still happen with the latest version?

@Bezarius
Copy link

pyvimeo doesn't support python 2.7

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants