dashboard icon indicating copy to clipboard operation
dashboard copied to clipboard

Proposing a bit more conda

Open MementoRC opened this issue 2 years ago • 4 comments

Several packages are provided with conda default channel. A few users (including me in Codespaces) experienced the environment creation failing with conda-forge channel. This could have been temporary, but no error messages where provided, just a Terminated when conda tried to create the environment

MementoRC avatar Aug 04 '23 22:08 MementoRC

@david-hummingbot can you test that this environment works for all pages from source and docker?

cardosofede avatar Aug 08 '23 11:08 cardosofede

Getting ModuleNotFound error message on a fresh Ubuntu Server 22.10 install, the Docker container also fails to start as well.

image

david-hummingbot avatar Aug 09 '23 13:08 david-hummingbot

Streamlit has been refactored, the updated way to access cli is: from streamlit.web import cli Should I add this update to the PR?

MementoRC avatar Aug 09 '23 13:08 MementoRC

The issue seems to be with default vs conda-forge, same version though: image

MementoRC avatar Aug 09 '23 21:08 MementoRC