Closed louisfh closed 2 weeks ago
@sammlapp Do you know why we specified wandb = "^0.13.4"
for our wandb dependency? Seems like 0.16.0
works too.
nope not sure why. I think upgrading the dependency sounds good, we'll see if it breaks anything
@louisfh maybe we can close this, wandb version is now >=0.17. Does the error still occur anywhere?
This is an issue with wandb and ipython, not specifically opensoundscape. But I am posting it here so we can:
After running
wandb.login
, any cell executed in a jupyter notebook results in the following error.This appears to be a wandb issue caused in versions of
ipython
>8.16.1
. See: https://github.com/wandb/wandb/issues/6546A workaround is to:
pip install ipython==8.16.1
This issue is apparently fixed in wandb
v0.16.0
.