Shift Coder
Shift Coder
> Zipping is done when downloading multiple files. I don't really see the need to zip files just to leave them on the server Yeah! Seems helpful thanks.
Go to CMakeLists.txt in the source folder and where int he first line it is written `cmake_minimum_required (VERSION 2.8.11)` make it `cmake_minimum_required (VERSION 1.10)`, and you are all set. 😀
> That would worsen the issue. Make it the version it shows after the `
> This issue is not about asking for workarounds. And no, I'm not gonna install ancient cmake. Bro wth you mean! The safest, fastest and easiest solution is, open CMakeLists.txt...
> I manually downgrade the Python version in Google Colab from 3.12 to 3.11 and managed to install mediapipe-model-maker, and run the script with Python 3.11 from the notebook inline...
> Hi [@Shiftcoder94](https://github.com/Shiftcoder94), > > Could you please try these steps from this [issue](https://github.com/google-ai-edge/mediapipe/issues/6081#issuecomment-3284582515) and let me know how it went for you 😊. Surprisingly! Was it that easy? I...
It's just due to the fact that `.mac`, `.windows`, & `.linux` doesn't cover these elements. Hence you have to explicitly mention it in `workspace.html` file. I've the fix, but I...
> Does anyone have a fix for this!! > Unfortunately, this returns: > > > This error started to happen on latest VSCode too: > > > VScode version 1.102.0...