guix-science
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Julia using GLMakie


From: Pascal Quach
Subject: Re: Julia using GLMakie
Date: Mon, 11 Mar 2024 15:37:32 +0100
User-agent: Mozilla Thunderbird Beta

Hello Mauritz, Cayetano,

The error you encounter is related to your system. I have been able to precompile the GLMakie package using the julia@1.9.3 from guix-science, but I run a foreign distro...

From my experience, you may try to get information from these commands `glxinfo -B` and/or `vulkaninfo --summary` from mesa-utils and vulkan-tools, as well as
julia> versioninfo()

You may test your installation using glxgears and vkcube/vkcube-wayland. Generally speaking, if glxgears/vkcube run without any issues, then the precompilation should also work.

Perhaps that may help!

Best,

Pascal
Le 08/03/2024 à 19:34, Cayetano Santos via Guix-Science a écrit :

ven. 08 mars 2024 at 11:19, Mauritz Stenek via Guix-Science 
<guix-science@gnu.org> wrote:

Hello,

Has anyone here been able to use the GLMakie (makie.org) Julia graphing package 
with Guix?
When precompling, I get this error at the julia REPL:


┌ Warning:     GLFW couldn't create an OpenGL window.
│     This likely means, you don't have an OpenGL capable Graphic Card,
│     or you don't have an OpenGL 3.3 capable video driver installed.
│     Have a look at the troubleshooting section in the GLMakie readme:
│ 
https://github.com/MakieOrg/Makie.jl/tree/master/GLMakie#troubleshooting-opengl.
└ @ GLMakie ~/.julia/packages/GLMakie/QyIWu/src/screen.jl:250
ERROR: LoadError: GLFWError (API_UNAVAILABLE): GLX: No GLXFBConfigs returned

Same error here.

Similarly, I’m unable to precompile Zygote.

C.





reply via email to

[Prev in Thread] Current Thread [Next in Thread]