When I open jupyter link: I get the following error:
Server error: Internal server error: module ‘google.auth.credentials’ has no attribute ‘CredentialsWithTokenUri’
I have used hail like this multiple times so I’m not sure why this has come up. The bucket and cluster are in the same region. If I initiate a non-hail cluster this issue does not occur.
Don’t use --optional-components=JUPYTER. You probably also do not need the --enable-component-gateway.
hailctl automatically configures a version of Jupyter which works properly with Hail. You’re adding a different version of Jupyter which is, apparently, incompatible.
Your user account lacks sufficient privilege to SSH to VMs which is how hailctl connects you to your notebook. Take a look at the suggestion in this stack overflow answer.