harisfauzi
Results
2
comments of
harisfauzi
I can confirm I had the issue with Windows 11 (OS Build 22631.3593) and the problem was resolved by removing multiple entries of vscodevscode.microsoft* (about 200 of them) and XblGrts*...
Same error. My workaround: find the file `site-packages/c7n_mailer/deploy.py` under your virtualenv directory, or under your python installation. Add `"jwt"` in `CORE_DEPS`, e.g. ```python CORE_DEPS = [ # core deps "jinja2",...