Eva Müller

Results 2 comments of Eva Müller

My AWS lambda (Python 3.9) ran into the same error when using ``` pyjwt==2.5.0 pyjwt[crypto]==2.5.0 cryptography==38.0.1 ``` The following downgrade worked for me: ``` cryptography==37.0.4 ``` [AWS Lambda Python 3.9](https://docs.aws.amazon.com/lambda/latest/dg/lambda-runtimes.html)...

Did you try to update the alias by using the absolute path `alias awsume="source /awsume"` Check in a new tab (or `source ~/.bashrc` resp. `source ~/.bash_profile`)