sgoldenlab / simba

SimBA (Simple Behavioral Analysis), a pipeline and GUI for developing supervised behavioral classifiers
https://simba-uw-tf-dev.readthedocs.io/
GNU General Public License v3.0
273 stars 137 forks source link

Unable to Load Dash #230

Closed mrnels19 closed 1 year ago

mrnels19 commented 1 year ago

Describe the bug When I click on the button titled Open SimBA / Plotly dataset to open Dash, I receive an error in my terminal, where a module for Dash is not found. The error can be seen in the attached screenshot.

To Reproduce Steps to reproduce the behavior:

  1. Train and run a machine model
  2. Under the Plotly/Dash section of the Visualizatoins tab in the Load Project GUI, select Sklearn results, Time bin analyses, and Probabilities (generate the appropriate files for these under the Run Machine Model or Visualizations tabs)
  3. Click Save SimBA/Plotly dataset and then import the h5 file that was just created below.
  4. Click the button Open SimBA/Plotly dataset and see the error.

Expected behavior A module needed to open Dash should not be missing. If there are any other modules needed to open Dash or Plotly, they should be present, too so that the data can be visualized and exported in SimBA.

Screenshots Dash Issue

Desktop (please complete the following information):

mrnels19 commented 1 year ago

Nevermind, I was able to find a solution by looking at issue #152