Issue in installing strands-agents[a2a] #285
              
                
                  
                  
                    Answered
                  
                  by
                    jasonhnz
                  
              
          
                  
                    
                      yashdeoredd
                    
                  
                
                  asked this question in
                Q&A
              
            -
| % pip install strands-agents[a2a] | 
Beta Was this translation helpful? Give feedback.
      
      
          Answered by
          
            jasonhnz
          
      
      
        Jun 26, 2025 
      
    
    Replies: 1 comment 1 reply
-
| It will be your shell, which looks like zsh by your post, in which case interpreting the brackets as some form of pattern matching. do this. (note the ' ' chars either size of brackets) pip install strands-agents'[a2a]' | 
Beta Was this translation helpful? Give feedback.
                  
                    1 reply
                  
                
            
      Answer selected by
        yashdeoredd
  
    Sign up for free
    to join this conversation on GitHub.
    Already have an account?
    Sign in to comment
  
        
    
It will be your shell, which looks like zsh by your post, in which case interpreting the brackets as some form of pattern matching.
do this. (note the ' ' chars either size of brackets)
pip install strands-agents'[a2a]'