Link

Troubleshooting


ProblemAction
I have an old version Python, how do I upgrade to Python3?Since you already have Python, Pycharm will prompt you “Upgrade Now”. Click it.
How do I know if I have pip3 installed on my computer?Add its path to environment variables. Execute this command into your terminal. It should display the location of executable file.
How do I go to Terminal on Windows?Press Windows+R to open “Run” box. Type “cmd” and then click “OK”.
Working Excel files and Python program are not in the same folderMove the Python program under the folder containing your Excel files.
Why does the result not display in the console after I click run?Remember to put “print”.