Wandb has no attribute login error

For some reason, I’m getting an error when I run wandb in a notebook that used to run fine. My error is:

AttributeError Traceback (most recent call last)
Input In [11], in <cell line: 1>()
----> 1 wandb.login(key=‘xxx’)

AttributeError: module ‘wandb’ has no attribute ‘login’

Has anyone else encountered this?

I was able to resolve this by uninstalling wandb and reinstalling the latest package. I’m still not sure what caused it to begin with.

Hi @havocy28 , thank-you for letting us know your issue resolved with a reinstall. It’s difficult to say why that error occurred, however, if it does repeat, please reach out again and we’ll take a closer look.

This topic was automatically closed 60 days after the last reply. New replies are no longer allowed.