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)
Any input I enter is stuck (numlock is on )
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