<div dir="auto">Hi Ankush!<div dir="auto">Please run the following two commands for ki18n to rectify this issue:</div><div dir="auto"><br></div><div dir="auto">```</div><div dir="auto">craft --set version=master ki18n</div><div dir="auto">craft -i ki18n</div><div dir="auto">```</div><div dir="auto">Feel free to replace ki18n with package name for any package that throws a similar error. </div><div dir="auto"><br></div><div dir="auto">Explanation: This error shows up because KDE Connect builds on latest versions of dependencies whose pre-built binaries are not yet cached in Craft's archives, so we set the dependency's version to master that automatically instructs Craft to build ki18n from source. That should get you the latest version of ki18n.</div><div dir="auto">After that we instruct craft to reinstall ki18n with the latest configs i.e. to rebuild it from source and install that within CraftRoot.</div><div dir="auto"><br></div><div dir="auto">I hope this explains it</div><div dir="auto">Piyush Aggarwal with the KDE Connect team</div></div>