We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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
The text was updated successfully, but these errors were encountered:
perhaps escape it like:
pip install "salesforce-merlion[dashboard]"
best vibes
Sorry, something went wrong.
No branches or pull requests
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
The text was updated successfully, but these errors were encountered: