Replies: 2 comments 1 reply
-
I also have this issue, but ONLY on Windows. I tried Fedora and openSUSE - the same script works fine there... |
Beta Was this translation helpful? Give feedback.
1 reply
-
The problem is that you need specific versions. For example the following requirements.txt for pip does work:
|
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello,
I'm trying to get started with the YouTube Data API vs in Python but I'm getting: from googleapiclient.discovery import build
ModuleNotFoundError: No module named 'googleapiclient'.
google-api-python-client is correctly installed
How can I resolve this issue?
Beta Was this translation helpful? Give feedback.
All reactions