[go: up one dir, main page]

Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[BUG] Can't install the dashboard #162

Open
silver6wings opened this issue Dec 25, 2023 · 1 comment
Open

[BUG] Can't install the dashboard #162

silver6wings opened this issue Dec 25, 2023 · 1 comment

Comments

@silver6wings
Copy link

Can't install the dashboard by pip. Can't use the dashboard.

salesforce-merlion ==2.0.2

python --version
Python 3.8.16

pip --version
pip 22.3.1

pip install salesforce-merlion[dashboard]
zsh: no matches found: salesforce-merlion[dashboard]

python -m merlion.dashboard
ModuleNotFoundError: No module named 'dash'

MacBook M1 Pro
macOS Ventura

@VibeBear
Copy link
VibeBear commented Jan 22, 2024

perhaps escape it like:

pip install "salesforce-merlion[dashboard]"

best vibes

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants