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
286 stars 139 forks source link

ModuleNotFoundError when trying to open Plotly #152

Closed yana-yuhai closed 2 years ago

yana-yuhai commented 2 years ago

When I try to open Plotly, I'm getting this error message:

Screen Shot 2021-12-10 at 3 52 03 PM

I tried to fix this by installing dash-daq, but doesn't seem to work.

sronilsson commented 2 years ago

Hey @yana-yuhai - pip install dash-daq should solve it, make sure you're in the simbaenv environment when you type it. Could you do pip show dash-daq to make sure it's installed?

yana-yuhai commented 2 years ago

Yes, this worked. Thank you!