Hi,
I'm trying to install the latest version of eman2 through Linux anaconda (Ubuntu), but the "solving environment" attempts fail and I cannot run the e2display.py script.
These are the error messages I receive:
Collecting package metadata (current_repodata.json): ...working... done
Solving environment: ...working... failed with initial frozen solve. Retrying with flexible solve.
Solving environment: ...working... failed with repodata from current_repodata.json, will retry with next repodata source.
qt.qpa.xcb: could not connect to display
qt.qpa.plugin: Could not load the Qt platform plugin "xcb" in "" even though it was found.
This application failed to start because no Qt platform plugin could be initialized. Reinstalling the application may fix this problem.
Available platform plugins are: eglfs, minimal, minimalegl, offscreen, vnc, webgl, xcb.
I'm using the latest version of python in a WSL 2 environment, and I have tried uninstalling and reinstalling several times. How can I fix this?
Thank you in advance!
Madison