Wandb.jl hangs on first input prompt

I’m trying to use Weights and Biases with Julia, and the REPL hangs when I try and use it (on VSCode):

using Wandb
lg = WandbLogger(project=“wandb_test”)
global_logger(lg)

image

Any input I enter is stuck (numlock is on :stuck_out_tongue: )

I get the same issue when using @pyimport directly

using PyCall
@pyimport wandb
wandb.init(project=“wandb_test”)

Any idea what may be causing this and how to fix it? Thank you!

Edit: package versions
PyCall v1.93.1
Conda v1.7.0
Wandb 0.4.4

Have you tried from the normal, non-VS Code REPL? If that works, then you have something to report against the extension. If not, something against Wandb.jl.