PyCharm not showing interpreter version correctly
Hi
I recently installed Python 3.13, and my PyCharm remains referring to it as version 3.10, see screenshot.
Tried several things, but it remains pretty stubborn.
I am using PyCharm 2024.2.4 (CE) on macOS Sequoia 15.0.1.
Any ideas?
Thanks!
请先登录再写评论。
Hello,
I wasn't able to reproduce the issue with the latest Python 3.13 from python.org and the latest Community edition (2024.2.4):
Could you please clarify how Python was installed in the system?
Hi
I downloaded PyCharm from the JetBrains website, and dragged the application in place…
And how the Python was installed? Is it Python from python.org?
Please also run
python3.13 --version
and share the output.And Python was indeed installed from python.org.
python3.13 --version gave Python 3.13.0 as a result.