salesforce / Merlion

Merlion: A Machine Learning Framework for Time Series Intelligence
BSD 3-Clause "New" or "Revised" License
3.36k stars 295 forks source link

[BUG] Unable to use merlion dashboard - missing release? #140

Closed anton164 closed 1 year ago

anton164 commented 1 year ago

Describe the bug I'm unable to install the Merlion dashboard - it seems that it wasn't released. Last release is 1.3.1 before the dashboard was merged. It might be that you don't intend to release it yet, but in that case the README on the main branch is confusing.

To Reproduce

pip install "salesforce-merlion[dashboard]"
python -m merlion.dashboard            
> python: No module named merlion.dashboard

Workaround: Install from source

aadyotb commented 1 year ago

Hey, sorry for the confusion. We're planning to release this with v2.0.0, which is currently in the final stages of development.

aadyotb commented 1 year ago

Closing this issue due to the release of Merlion v2.0.0, which addresses the problem.