You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello,
I tried using pip install hnn_core and pip install hnn_core[gui]
No errors when I do python -c 'import hnn_core'
But when I try tutorial 01, I get a qt errror at net.plot_cells()
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.
I try to load the hnn-gui, but see attached - I don't see the tabs row for File, Edit (etc) or for Set Parameters (etc). I only see Simulation, Network connectivity. I am not sure if this is an issue with the old version of Firefox my admin is running, or something else.
Thanks for any help,
Megan
The text was updated successfully, but these errors were encountered:
To answer the first question regarding net.plot_cells, I believe this might be an issue specific to your Linux environment. Are you able to generate the other plots?
As for the GUI, it is currently under development but we should be finalizing a beta version in the next 1-2 months.
This still doesn't have all of the necessary features and is being changed frequently. But please feel free to play around and if you notice any obvious bugs it'd be a great help to report them!
Copied from: jonescompneurolab/hnn#344
Hello,
I tried using pip install hnn_core and pip install hnn_core[gui]
No errors when I do python -c 'import hnn_core'
But when I try tutorial 01, I get a qt errror at net.plot_cells()
Here is my environment qt info:
I am using Ubuntu 22.04.4 LTS
I try to load the hnn-gui, but see attached - I don't see the tabs row for File, Edit (etc) or for Set Parameters (etc). I only see Simulation, Network connectivity. I am not sure if this is an issue with the old version of Firefox my admin is running, or something else.
Thanks for any help,
Megan
The text was updated successfully, but these errors were encountered: