I hope you're doing good.. I am beginner to Python and I wanted to install/uninstall some packages using pip on command prompt using the pip command. But, whenever I run any command it throws an error. For example when I try to print all the installed packages by typing pip list. It throws this error.
File "C:\Users\iMacPro 2K19\AppData\Local\Programs\Python\Python37-32\Scripts\pip.exe", line 1
SyntaxError: Non-UTF-8 code starting with '\x90' in file C:\Users\iMacPro 2K19\AppData\Local\Programs\Python\Python37-32\Scripts\pip.exe on line 1, but no encoding declared; see http://python.org/dev/peps/pep-0263/ for details
I have visited the included webpage for a solution but wasn't able to get a straight and, i think, easy solution to the problem.. This error comes up every time i try to run any pip command. Any help will be appericiated.. Much thanks.