JAXLIB not found when importing optax #2641
              
                
                  
                  
                    Answered
                  
                  by
                    Boyi-Zhang
                  
              
          
                  
                    
                      Boyi-Zhang
                    
                  
                
                  asked this question in
                Q&A
              
            -
| Hi, I am a beginner to Tidy3D. however, when importing optax it reports the missing of jaxlib module. this seems due to the switch from jax to autodiff. What should I do? Best regards, | 
Beta Was this translation helpful? Give feedback.
      
      
          Answered by
          
            Boyi-Zhang
          
      
      
        Jul 9, 2025 
      
    
    Replies: 1 comment
-
| I got answer from flexcompute: | 
Beta Was this translation helpful? Give feedback.
                  
                    0 replies
                  
                
            
      Answer selected by
        Boyi-Zhang
  
    Sign up for free
    to join this conversation on GitHub.
    Already have an account?
    Sign in to comment
  
        
    
I got answer from flexcompute:
!pip install jax
!pip install jaxlib==0.4.26