Is anyone experiencing that typecheck (mypy) fails...
# general
r
Is anyone experiencing that typecheck (mypy) fails due to missing
types-six
whenever switching branches or in CI like GitHub Actions? This seems to be resolved if I run the same operation twice, but becoming annoying as CI also suffers from the same issue. (I'm using Pants 2.16.0dev5) Maybe some
pex
issue?