Spyder on Aplle M3

Hello everyone,
I have been working for days but just can’t seem to solve this problem, which is why I am asking for your precious help.
While lunching spyder I have this error:

The available OpenGL surface format was either not version 3.2 or higher or not a Core Profile.
Chromium on macOS will fall back to software rendering in this case.
Hardware acceleration and features such as WebGL will not be available.
fromIccProfile: failed minimal tag size sanity
/opt/anaconda3/bin/pythonw: line 3: 20052 Segmentation fault: 11 /opt/anaconda3/python.app/Contents/MacOS/python “$@”

I tried different versions of anaconda and spyder but did not solve it. I also tried running spyder on an x86 virtual environment but nothing… I don’t know what else to do.
Any advice is welcome, thank you

Some news:

thanks to the following run

conda install -f python.app

the Segmentation fault is solved and spyder can be lunched.

However, the following problem always appear:

The available OpenGL surface format was either not version 3.2 or higher or not a Core Profile.
Chromium on macOS will fall back to software rendering in this case.
Hardware acceleration and features such as WebGL will not be available.
fromIccProfile: failed minimal tag size sanity

and the plots produced have really low DPI

has anyone found a solution?
Thanks