use single quotes for `pip install` commands with square brackets
See original GitHub issue
Top Results From Across the Web
What do square brackets mean in pip install? - Stack Overflow
The square bracket contains the 'extra' option's information defined in setup.py that pip will use to install additional dependencies. pip ...
Read more >How to Package Python dependencies with PIP setuptools
List project dependencies – provide a list of all the dependencies your project requires in square brackets. The easiest way to provide this...
Read more >Robot Framework User Guide
Running pip command; Installing and uninstalling Robot Framework ... The basic syntax is ${{expression}} i.e. there are double curly braces around the ...
Read more >pip install django-payments - Read the Docs
Use quotes as above to prevent your shell from parsing the square brackets. Changed in version 0.15: Each provider now has extra/optional dependencies....
Read more >Using Pandas DataFrames with the Python Connector
You must enter the square brackets ( [ and ] ) as shown in the command. The square brackets specify the extra part...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found

pip install -e '.[all,tests]'works for me on zsh. Seems to work fine on bash too@algomaster99 it does not work w/o them on ZSH