Yum on EC2 Linux Causes ModuleNotFoundError: No module named ‘dnf’ [Fixed]
I just used Yum to install Git on my Linux AWS EC2 instance using the following commands: πΌ Error But when running these commands in my shell, I got the error messages ModuleNotFoundError: No module named ‘dnf’: π‘ [ec2-user@ip-172-31-19-40 ~]$ sudo yum update -y Traceback (most recent call last): File “/usr/bin/yum”, line 61, in <module> … Read more