Genie Discord forum

Author Avatarjernej
10/28/2023, 3:07:44 PM

On Raspberry Pi4, I cannot start the Package manager from the GB extension in VS Code. All I get is 404 statement, saying the Package manager is missing.

GB extensions regular and insider v0.4.11 and v 0.4.12 have this issue. There is no such problem on Debian or Windows on x64 machines. Seems to be an arm issue.

Going back with versions of GB extension (until v0.3.48) does not resolve the issue. GB package remains at v0.15.

I would like to include more information, but there is not much to included as outputs/terminal do not capture any error.

Deleting the GB subfolder in .julia folder does not resolve the issue.

Any ideas what is going on or how to resolve the missing Package manager?

Author Avatarjernej
10/28/2023, 4:10:59 PM

Wrote too early. Repeated on Debian with x64 too. Strangely only newly created apps are affected. Could it be an update of one of the julia packages?

Author AvatarPere
10/30/2023, 10:27:55 AM

Honestly we haven't tested much on Linux, sorry about that. If you could open an issue on this repo that would be most helpful

https://github.com/GenieFramework/GenieBuilder_GenieCloud_Issues/issues

Please share the following:

  • Terminal output
  • Package versions, GB version, VSCode version
  • OS version

In the meantime, a workaround is to install packages from the REPL. Navigate to ~/.julia/geniebuilder/apps/your-app-name and install packages from there before launching Genie Builder

Author Avatarjernej
11/2/2023, 6:28:15 PM

The error under extension manager output starts immediately after GB extension is loaded. Message is attached.

seems to be similar to https://discord.com/channels/774897545717219328/1166577855296196680

Author Avatarjernej
11/2/2023, 6:31:49 PM

Installing packages from REPL did not work for me.