0
我想將jwt(JSON Web Token)導入到Python中。「ImportError:Jupyter中沒有名爲'jwt'的模塊」
正在關注this我已經安裝了該軟件包。該包也似乎在終端python環境中導入。
>pip install PyJWT
>pip freeze
>PyJWT==1.4.2
>which pip
//anaconda/bin/jupyter
>which jupyter
//anaconda/bin/jupyter
>which jwt
//anaconda/bin/jwt
然而,當我試圖導入智威湯遜裏面Jupyter,我得到這個錯誤:
ImportError: No module named 'jwt'
我如何在模塊中Jupyter導入?
您是否嘗試過重新啓動內核? –
是的,獲得相同的結果。 –