Warning: setlocale: LC_CTYPE: cannot change locale (UTF-8): No such file or directory

run command : sudo nano /etc/environment
add the below two lines
LANG=“en_US.UTF-8”
LC_ALL=“en_US.UTF-8”
save- ctrl+o
confirm save
exit nano with- ctrl+x
run command : source /etc/environment

You should be good to go. But i discovered that it needs to reboot. I have given my system specs below for your reference.
image