-
Notifications
You must be signed in to change notification settings - Fork 85
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
error importing vimeo: Python 3 #172
Comments
Seeing the same issue on Python 3:
|
Did you do |
I have allmost the same problem. Both pip installed vimeo and PyVimeo. I get "ImportError: No module named vimeo" in Python 2 and "ModuleNotFoundError: No module named 'vimeo'" in Python 3. |
@learningtour make sure your python file is not called vimeo.py. |
This works in Python 3 now. If it doesn't, it's probably because you're using a file or local folder called |
I upgraded my Python version to Python 3.9 and get the same error. I don't have a
Vimeo with:
and when I run it, I see:
If I "monkey-patch" it by changing that line to:
then I see another error:
When I installed it with Python3.10, I got another error, which made me downgrade to 3.9. When I install |
Exception has occurred: ModuleNotFoundError
No module named 'urlparse'
It seems that this library name was changed on Python 3
The text was updated successfully, but these errors were encountered: