Open wellcheng opened 5 years ago
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?
Traceback (most recent call last):
File "music_token.py", line 6, in <module>
import jwt
ImportError: No module named jwt
I have reinstalled
sudo pip install pyjwt
error went out...
the same issue :(
The most likely is that you have different python installations and they are nit matching.
Try to run it with python3 music_token.py
When I execute this command, will show:
I am sure , i installed everything on readme page.