I am using VS Code and trying to deploy my first Dash application using #dashtools #andrew-hossack GUI but while following the steps. Had an error in 3rd step.
1- Installing Dash-tools using “py -m pip install dash-tools”
2- Initiate git. “git init”.
3 - in the same terminal, command “dashtools gui”. but it gives me below error
Same problem here, have you found a solution?
The dashtools documentation states that one should run .\dashtools gui and possibly add dashtools to the system environment variables, I have done that but it still doesn’t work.
I found a workaround: using dashtools from a WSL2 terminal works!
Did you find a solution? I am dealing with the same issue