Skip to content

Fix mlmodel pip install command to quote extras syntax#1176

Open
IanWhalen wants to merge 1 commit intomainfrom
fix-mlmodel-pip-install-docs
Open

Fix mlmodel pip install command to quote extras syntax#1176
IanWhalen wants to merge 1 commit intomainfrom
fix-mlmodel-pip-install-docs

Conversation

@IanWhalen
Copy link
Contributor

Summary

  • The warning message in src/viam/services/mlmodel/__init__.py suggested pip install viam-sdk[mlmodel], which fails on shells like zsh because [ and ] are interpreted as glob pattern characters
  • Fixed to pip install 'viam-sdk[mlmodel]' with proper quoting

Test plan

  • Verify the warning message displays the corrected command

🤖 Generated with Claude Code

shells like zsh interpret brackets as glob patterns, so the command
needs quotes: pip install 'viam-sdk[mlmodel]'

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
@IanWhalen IanWhalen requested a review from a team as a code owner March 20, 2026 00:47
@IanWhalen IanWhalen requested review from njooma and stuqdog March 20, 2026 00:47
@IanWhalen IanWhalen self-assigned this Mar 20, 2026
@viambot
Copy link
Member

viambot commented Mar 20, 2026

👋 Thanks for requesting a review from the team!

We aim to review PRs within one business day. If this is urgent
or blocking you, please reach out in #team-sdk and
we'll prioritize it.

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

Successfully merging this pull request may close these issues.

2 participants