Whenever I try to run code in python from my IDE, I get an import error because it can't find "site".
I have looked at other answers that involve setting variables from the command prompt and, while they work to get past this error while running code on command prompt, I still get this error whenever I try to run any python code (or even just the python command) from command prompt. Error stack trace:
File "C:\Users\Jarred\AppData\Local\Programs\Python\Python35-32\Lib\site.py", line 175
print("Error processing line {:d} of {}:\n".format(n+1, fullname), file=sys.stderr)
^
SyntaxError: invalid syntax