-
Notifications
You must be signed in to change notification settings - Fork 23
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
Cannot login from mac M1 #280
Comments
Hi there! Can you try adding the token via the CLI? It will be cached for later use so you won't have to login again |
Hi kbolashev, thanks for you quick reply! It seems that the token is added without issues, but unfortunately, it's giving me the same error. This is my CLI
|
I found the problem! :D It seems that every time that I run this line And because the first time I added the token I missed to correctly read my env variable, the first lines of this file was:
So that's why BTW, every time I call Maybe it should check if the token already exists before adding it? |
Glad you got it figured out! And yea, we're not checking if the token exists or not. In general just adding a token once should be fine and you can get rid of the |
Hi,
it seems that I cannot login from a notebook in mac M1. In this version I'm using Python 3.9.12.
I have tried both using a token and without it.
This is the code that I'm using, I have tried this same code in a kaggle notebook (python 3.7.12) and it works fine.
and here's the traceback:
Any ideas?
The text was updated successfully, but these errors were encountered: