I have installed the package 'prettytable' and getting the message saying "Requirement already satisfied: prettytable <>"Still I am getting the the error "ModuleNotFoundError: No module named 'prettytable'"
Did I made any mistake here??
Any suggestions??
I have installed the package 'prettytable' with the command "pip install prettytable" and tried to to use the PrettyTable class.
I should not get any error right? But got the error.