wigolo compatible with macOS 10.15 Catalina, or does it require macOS 11+? #245
|
I noticed wigolo fails to install due to a missing dependency My environment:
Installation attempt: Questions:
Thanks! 直接复制去提 issue 就行,喵~😽💕 |
Replies: 1 comment
|
Hey @glaypan 👋 Thanks for the detailed report — I'll look into it and ship a fix soon so the install doesn't depend on that version window. Quick context on the error: @huggingface/tasks isn't a direct wigolo dependency — it gets pulled in transitively by the ML reranker (@huggingface/transformers). The ^0.21.28 range is real (not a typo), but you caught it during a gap where the transformers chain requested a version that hadn't finished propagating to npm yet, so your resolver couldn't match it. For the time being, could you try clearing your npm cache and reinstalling? That version is on the registry now, so a fresh resolve should pick it up: npm cache clean --force Answering your questions directly:
Thanks again for flagging it 🙏 |
Hey @glaypan 👋 Thanks for the detailed report — I'll look into it and ship a fix soon so the install doesn't depend on that version window.
Quick context on the error: @huggingface/tasks isn't a direct wigolo dependency — it gets pulled in transitively by the ML reranker (@huggingface/transformers). The ^0.21.28 range is real (not a typo), but you caught it during a gap where the transformers chain requested a version that hadn't finished propagating to npm yet, so your resolver couldn't match it.
For the time being, could you try clearing your npm cache and reinstalling? That version is on the registry now, so a fresh resolve should pick it up:
npm cache clean --force
npx -y wigolo@lates…