Busy running dash in a docker container using gunicorn using conda with environments.yml file, and it’s claiming I need deprecated packages .i see in the docs they specify dash==2.0.0, dash-auth==1.3.2.
I was initially using an older version of Dash, but I ended up up with too many conflicts wrt element namespace /element parameterisations, so reverting to an older version of dash is not really an option at this point…
Does anyone know a neat way to make gunicorn/importlib find the new namespace?
I’ve posted my code in the issue tracker
busy waiting for a new docker build with dash-auth =1.4.1 specified, otherwise i’m going to add dash_html_components, etc., as separate dependencies and hope that works, but that feels pretty damn bad…
I see someone else brought up the issue in November last year, but nothing seems to have really moved on this…