Open samueldyoung29ctr opened 1 week ago
Hello, this is indeed a nicegui issue rather than broh5 and out of my expertise. You can try to run a simple nicegui example and see if there's similar problem and report to their repo. You can try broh5 1.0 or 1.1 to see if this helps.
I just installed broh5 using Mamba from the
conda-forge
channel, and am having some trouble getting it to run and open a HDF5 file. I have installed it to a Conda environment (namedextra-utils
) on a supercomputer I use like this:conda list
shows that my environment has broh 1.3.1, hdf5 1.14.3, and nicegui 2.5.0.After installation, I'm trying to run it as described in the docs, and get this error message
I happen to have a containerized VNC server running on that machine, so I exported its
$DISPLAY
variable and tried again:This time, I can forward port
12345
to my local machine and open up the web interface in my local browser. However, when I try to select a HDF file to view, I get this message at the bottom of the window:No relevant issues appear in the terminal where I am running
broh5
.I do see a potentially relevant issue in the nicegui GitHub: https://github.com/zauberzeug/nicegui/issues/3149.
Any recommendations to try? E.g., should I downgrade nicegui or something else?
Thanks!