You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
After denenv shell, I have no issue if I run python -c "from huggingface_hub import notebook_login".
But if I start jupyter notebook in the shell , or in VS Code I point the python environment to the python in the hash store, I will get huggingface_hub module cannot be found.
How can I resolve this? Thanks
The text was updated successfully, but these errors were encountered:
After
denenv shell
, I have no issue if I runpython -c "from huggingface_hub import notebook_login"
.But if I start
jupyter notebook
in the shell , or in VS Code I point the python environment to the python in the hash store, I will gethuggingface_hub
module cannot be found.How can I resolve this? Thanks
The text was updated successfully, but these errors were encountered: