As per the screenshot, my system reports Python 3.6.5 but PyCharm is reporting the same file as 3.5.2.
Does anyone know how to fix?
EDIT: I suspect it is because for a previous project I set the interpreter version and set "Apply this to all future projects" option. And then upgraded Anaconda.



Looks like you have both installed. I was using python 3.5.2, but recently updated to 3.6.2. I'd changed the
PATHbut pycharm was still displaying the old 3.5.2 version.All you need to do is add the location of python 3.6.5 to your project interpreter list.
Click the gear icon in the top right, the select "Add Local". Then just add the location of python.exe for python 3.6.5.