pythonpython-3.xpycharmjetbrains-idepythoninterpreter

PyCharm doesn't list Python 3.12 interpreter


On my Pop OS system the base Python interpreter is 3.10, and I installed Python 3.12, it works perfectly fine:

img1

With 3.12 I can create virtual environment, run Python files, so it works perfectly:

enter image description here

But when I try to set it in PyCharm, it just doesn't see Python 3.12:

img2

So it sees and recognizes python, python3, python3.10 binaries, but not python3.12, despite python3.12 being there:

enter image description here

Why is that? What should I do?


Solution

  • So the problem was that I orignally downloaded Pycharm from snap store, and this version of Pycharm appears to be a bit outdatted and buggy.

    I downloaded the newest version from the official website https://www.jetbrains.com/pycharm/download/?section=linux and it works flawlessly.