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

pip3 install issue for camera extra #5

Closed
tarasrudyy opened this issue Oct 18, 2016 · 2 comments
Closed

pip3 install issue for camera extra #5

tarasrudyy opened this issue Oct 18, 2016 · 2 comments

Comments

@tarasrudyy
Copy link

tarasrudyy commented Oct 18, 2016

pip3 install --user cozmo[camera] is not found

zsh: no matches found: cozmo[camera]

pip3 install --user cozmo works fine

macOS 10.12

@tarasrudyy
Copy link
Author

my bad, zsh uses square brackets for globbing / pattern matching.

pip3 install --user 'cozmo[camera]' works fine

@cockatiella
Copy link

how do I solve this error?

SyntaxError: invalid syntax

pip3 install --user cozmo[camera]
File "", line 1
pip3 install --user cozmo[camera]
^^^^^^^
SyntaxError: invalid syntax

This issue was closed.
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