ERROR on Anaconda navigator launch

Hi, I installed the last version of Anaconda on my Ubuntu 22.04 virtual box machine. And here is the error :
./anaconda-navigator
2025-03-20 21:57:51,294 - WARNING linux_scaling.get_scaling_factor_using_dbus:44
Can’t detect system scaling factor settings for primary monitor.

Warning: Ignoring XDG_SESSION_TYPE=wayland on Gnome. Use QT_QPA_PLATFORM=wayland to run on Wayland anyway.
libGL error: MESA-LOADER: failed to open swrast: /usr/lib/dri/swrast_dri.so: Ne peut ouvrir le fichier d’objet partagé: Aucun fichier ou dossier de ce nom (search paths /usr/lib/x86_64-linux-gnu/dri:$${ORIGIN}/dri:/usr/lib/dri, suffix _dri)
libGL error: failed to load driver: swrast
Processus arrêté

Can you help me please ? What I have to do ?

this issue related to the OpenGL . any app depend on QT.GLX is no longer availabe for you .
I experienced the same issue in Kubuntu LTS before some days and I found only one solution .
remove anaconda and install the app that you need like (spyder ) from your ubuntu repo . and if you enconter some python libs problem you can use the apt package manager to install any python libirary as system-wide if you do not want to manage your venv