Muhammed Saleem Albrej

Results 6 comments of Muhammed Saleem Albrej

Yes, that's correct. I did this initially by mistake, but I edited the comment later. The steps I followed: I cloned the project from the GitHub repository. Then I navigated...

--- You're right, I hadn't installed the package before. The steps I took after cloning the project from GitHub are as follows: ```bash root@localhost:~/Downloads/x# cd Pro* root@localhost:~/Downloads/x/ProzillaOS-main# pnpm install ```...

Operating system: "Debian GNU/Linux 11 (bullseye)" CPU architecture: aarch64 AVAILABLE RAM: 3GB Node version: v20.14.0 When I ran the command "pnpm start" the project worked successfully Aftter changing line 25...

After running "pnpm run packages:build" I have got this output. Error: /root/Downloads/x/ProzillaOS-prozilla-os-1.3.11/node_modules/@ast-grep/napi-linux-arm64-gnu/ast-grep-napi.linux-arm64-gnu.node: undefined symbol: static_asser t at Module._extensions..node (node:internal/modules/cjs/loader:1454:18) at Module.load (node:internal/modules/cjs/loader:1208:32) at Module._load (node:internal/modules/cjs/loader:1024:12) at Module.require (node:internal/modules/cjs/loader:1233:19) at require...

Unfortunately even after I entered the command you suggested I got the same error. `root@localhost:~/Downloads/x/ProzillaOS-prozilla-os-1.3.11# pnpm run packages:build > @prozilla-os/monorepo@ packages:build /root/Downloads/x/ProzillaOS-prozilla-os-1.3.11 > pnpm -r --sequential --filter "@prozilla-os/demo^..." build Scope:...

Firstly, thank you very much for your generosity And secondly I aim to make Smile framework able to import and export ONNX models using smile.io package. The next virtual code...