Mei
Mei
Same issue here. Hugging Face dataset requires higher version of pyarrow of v3. Can you please lift the upper bound version?
Thanks for the solution. This is also what GCR recommended. It worked well for me until I wanted to add devcontainer into my project. All VsCode devcontainer commands failed with...
@MRDGH2821 is your post above regarding to my question? I didn't fully understand what ProxyJump can do. Can you please be more specific? Thank you!
Thank you @MRDGH2821. I am glad you’ve got a solution to your problem. With your multi-hop connection, have you ever tried DevContainer feature in VsCode?
> https://learn.microsoft.com/en-us/entra/identity-platform/reference-error-codes#aadsts-error-codes doesn't document `AADSTS530003`, but I guess it is the same issue as https://learn.microsoft.com/en-us/cli/azure/microsoft-graph-migration#graph-command-fails-with-aadsts50005-or-aadsts53000, that is, Microsoft tenant (72f988bf-86f1-41af-91ab-2d7cd011db47) doesn't allow using device code flow to access Microsoft Graph....
@jiasli The approach works for my own object ID because I can `az login` as myself. But I cannot `az login` as other objects, such as a service principal for...
@jiasli `az account get-access-token` only return ID for the current user who logged in with `az login`. It does not return ID for other entities. So there is no error...
I am not sure if I understand the question "What is the relationship between the login service principal and gcrllama2ws?". What I am trying to do is: - `az login`...