-
Notifications
You must be signed in to change notification settings - Fork 55
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
No module name jwt #8
Comments
Perhaps your setup requires you to use the explicit name of the module as such: import pyjwt ? |
I have the same issue, does anyone have a solution?
|
I have reinstalled error went out... |
the same issue :( |
The most likely is that you have different python installations and they are nit matching. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
When I execute this command, will show:
I am sure , i installed everything on readme page.
➜ apple-music-token-generator git:(master) ✗ which pip /usr/local/bin/pip ➜ apple-music-token-generator git:(master) ✗ which python /usr/bin/python Requirement already satisfied: pyjwt in /usr/local/lib/python2.7/site-packages (1.7.1)
The text was updated successfully, but these errors were encountered: