I am trying to run simple examples using Dash in a virtual environment created within conda.
I can list more detailed steps to replicate this if required. The steps involved installing a new conda environment and adding the list of dash libraries in https://plot.ly/dash/getting-started#installation using pip.
I then ran the hello Dash example and got the “error loading dependencies” message.
Dash runs fine when running on the root environment however.
There is another thread that seems similar but it seems that the users are creating more involved examples whereas my error is at the very first stage of running a Dash app on a machine.
Any ideas as to what I am doing incorrect or what I can provide to solve this issue? This is a bit of a deal breaker at my company as I have to run things on virtual environments.