I initially assumed that it was an issue with CodePen, but I can confirm that it's valid since I've tested most of them locally too.
cc: @jenperson, @PaulTR
Screenshot š¼ļø
The error log populates an issue with building the "@mediapipe/tasks-vision" package [@mediapipe/tasks-vision@v0.1.0-alpha-10]
Solution ā
š” 0.1.0-alpha-10 just got released just 6 hours ago, while 0.1.0-alpha-9 got released 2 days ago. Release versions can be explored over here.
The easy fix is to update the CDN ā https://cdn.skypack.dev/@mediapipe/tasks-vision@latest with either https://cdn.jsdelivr.net/npm/@mediapipe/tasks-vision (stable) or better "https://cdn.skypack.dev/@mediapipe/tasks-vision@0.1.0-alpha-9" (latest stable) & you're good to go! š
P.S.: Please consider adding an Issue Template as well as Stale bot for this repository or better import the same one from here & set the config value accordingly. If assigned, I'd love to raise a PR for the same! š
OS : Ubuntu (22.04 LTS, x64) / Windows 10 Pro (x64)
Browser :
Google Chrome ā Version 111.0.5563.147 (Official Build) (64-bit)
Microsoft Edge [Version 112.0.1722.39 (Official build) (64-bit)]
Thank you for bringing this to my attention! There has been a new package release that resolves the issue. Feel free to re-open if this problem persists for you.
Description
The following CodePen demos (examples) are failing because of dependency incompatibility for MediaPipe Tasks Vision package:
cc: @jenperson, @PaulTR
Screenshot š¼ļø
The error log populates an issue with building the "@mediapipe/tasks-vision" package [
@mediapipe/tasks-vision@v0.1.0-alpha-10
]Solution ā
š” 0.1.0-alpha-10 just got released just 6 hours ago, while 0.1.0-alpha-9 got released 2 days ago. Release versions can be explored over here.
The easy fix is to update the CDN ā
https://cdn.skypack.dev/@mediapipe/tasks-vision@latest
with eitherhttps://cdn.jsdelivr.net/npm/@mediapipe/tasks-vision
(stable) or better "https://cdn.skypack.dev/@mediapipe/tasks-vision@0.1.0-alpha-9" (latest stable) & you're good to go! šP.S.: Please consider adding an
Issue Template
as well asStale bot
for this repository or better import the same one from here & set the config value accordingly. If assigned, I'd love to raise a PR for the same! šOS : Ubuntu (22.04 LTS, x64) / Windows 10 Pro (x64) Browser :