Cannot launch Prodigy, Freezes at CLI

I've installed prodigy 1.10.3 from the whl file in a conda env called prodigy, and when I try to run the following command from Git Bash:

prodigy ner.manual fomc_minutes en_core_web_lg ./fomc_minutes.jsonl --label UNCERT

it just hangs and doesn't do anything or launch prodigy.

Hi! If you set PRODIGY_LOGGING=basic, Prodigy will log what it's doing and it may indicate where it hangs.

Also, how much memory do you have? You're loading the en_core_web_lg model, which is quite large, so maybe you're running out of memory?

Doing both somehow made it work! Thanks Ines!