我正在尝试将 jwt(JSON Web 令牌)导入 Python。
在此之后,我已经安装了该软件包。该包似乎也可以在终端 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 中导入 jwt 时,出现此错误:
ImportError: No module named 'jwt'
如何让模块在 Jupyter 中导入?