SortAnon / ControllableTalkNet

A web app that lets you play around with TalkNet models
GNU Affero General Public License v3.0
121 stars 48 forks source link

i ran the setup and this error shows when running talknet.bat #3

Closed BisericaOrtodoxa closed 2 years ago

BisericaOrtodoxa commented 2 years ago

Starting TalkNet server. Close this window to shut down the server. Traceback (most recent call last): File "talknet_offline.py", line 3, in from controllabletalknet import * File "C:\Users\alex\Desktop\talknet controller\ControllableTalkNet\controllable_talknet.py", line 5, in from jupyter_dash import JupyterDash ModuleNotFoundError: No module named 'jupyter_dash'

SortAnon commented 2 years ago

Run vs_BuildTools.exe from the installers folder. Install "Desktop development with C++", making sure that these components are checked: install When that's done, re-run setup.bat. Then try it again. Does that solve the issue?