Jinja2 stub not installed #593
              
                Unanswered
              
          
                  
                    
                      patrick-5546
                    
                  
                
                  asked this question in
                Q&A
              
            Replies: 2 comments
-
| Does mypy use different config files (ignore_missing_imports) when you call it with/without tox? | 
Beta Was this translation helpful? Give feedback.
                  
                    0 replies
                  
                
            -
| As best as I can tell,  This issue is probably not an issue for  Also, with  | 
Beta Was this translation helpful? Give feedback.
                  
                    0 replies
                  
                
            
  
    Sign up for free
    to join this conversation on GitHub.
    Already have an account?
    Sign in to comment
  
        
    
Uh oh!
There was an error while loading. Please reload this page.
-
When I run mypy I get the following error:
I was thinking that this is because the
jinja2-stubspackage is not installed, but the weirdest part is that it doesn't happen all the time and only happens when I run it using tox. I have observed that mypy in tox passes when I first open a new terminal, but then it fails after a while. Any ideas on what might be happening, or how I could further troubleshoot this bug?Beta Was this translation helpful? Give feedback.
All reactions