Closed daverigby closed 9 months ago
Some shells (e.g. zsh) treat the '[]' in the argument as a shell expansion, and fail to pass the correct argument to pip:
% pip3 install pinecone-client[grpc] zsh: no matches found: pinecone-client[grpc]
Fix by quoting the package name.
Confirmed install still works with zsh and bash on macOS.
Problem
Some shells (e.g. zsh) treat the '[]' in the argument as a shell expansion, and fail to pass the correct argument to pip:
Solution
Fix by quoting the package name.
Type of Change
Test Plan
Confirmed install still works with zsh and bash on macOS.